Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 284 Bytes

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