micchickenburger / cryptotools

A versatile cryptographic tool for data hashing, encryption, decryption, digital signing, password security, and secure random number generation, entirely in the browser.
https://cryptotools.dev
GNU General Public License v3.0
3 stars 1 forks source link

Arbitrary Encoding with Custom Dictionaries #45

Open micchickenburger opened 1 day ago

micchickenburger commented 1 day ago

It would be great to support arbitrary encodings if a user supplied their own dictionary.

micchickenburger commented 1 day ago

But Crockford's Base32, Base58, and Base62 are also common and useful.