linxin4cs / encode_and_decode

A repo for learning encoding and decoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • ......

About

A repo for learning encoding and decoding

License:Apache License 2.0


Languages

Language:Python 100.0%