Skip to content

SteeinRu/python-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-base64

The application for encrypting and decrypting data.

"""
    Example command:
        encode: python p_base64.py --encode text_example (Result: dGV4dF9leGFtcGxl)
        decode: python p_base64.py --encode dGV4dF9leGFtcGxl (Result: text_example)


    :package     PythonBase64

    :author      Shamsudin Serderov
    :url         https://www.steein.ru

    :copyright   2017 - Steein Inc
"""

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages