Encodes stuff like numbers and hashes in a more compact form than denary, Hexadecimal, base32 or base64 & web friendly unlike unmodified base91.
Vai al file
MaxBr5 7fc9dedc38 Update 'README.md' 2021-03-13 18:05:30 +00:00
LICENSE Update 'LICENSE' 2021-02-19 19:25:20 +00:00
README.md Update 'README.md' 2021-03-13 18:05:30 +00:00
web_base91.py Upload files to '' 2021-02-19 19:18:34 +00:00

README.md

Web_basE91_python

DISCLAMER This is just a silly little project of mine. An SLP.

Encodes stuff like numbers and hashes in a more compact form than denary, Hexadecimal, base32 or base64 & it is web friendly unlike unmodified base91.

Examples

>>> web_base91.encode("It's a sunny day") 'G5~+\xf3WMCX\xa3f\xa3JQmL^D9K' >>> web_base91.decode('G5~+\xf3WMCX\xa3f\xa3JQmL^D9K') bytearray(b"It\'s a sunny day")
Does not support 3.0 and newer or 2.1 and older