/encode_and_decode

A repo for learning encoding and decoding

Primary LanguagePythonApache License 2.0Apache-2.0

Encode and Decode

English | 中文

A repository for learning about encoding

It contains notes on common encoding algorithms notes and encoding and decoding scripts.

The scripts are written in Python language and only use some basic APIs. The core algorithms are all handwritten.

Current progress:

  • BASE64
    • Encoding
    • Decoding
  • ......