Skip to content

ocjojo/codeset

Repository files navigation

Codeset

Encode any data to a provided output alphabet.

Usages

An example would be base64, though that is of course achieved easier with atob/btoa.

It also allows for use cases like simple "encryption" with caesar chiffre.

Related projects

invisible-string