ObjSal / base-encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base encoder and decoder

Not a typical char by char conversion.

Uses a modified base64 algorithm to encode ascii to and from various numerical bases.

Encode/decode using:

  • Base 2
  • Base 8
  • Base 10
  • Base 16
  • Base 58
  • Base 64

Base58 encoding output/input is not compatible with base58check.

Algorithm can easily be adapted for binary input/output.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 69.9%Language:CSS 15.9%Language:HTML 14.2%