/Python-Base64

Base64 Python Simple Encoder/Decoder

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Python-Base64

Base64 Python Simple Encoder/Decoder

    Python Sintax:

  • encode(text): Convert a text to code(base64).
  • decode(code): Convert a code(base64) to text.