1.0.1 • Published 6 years ago

zyncoder v1.0.1

Weekly downloads
4
License
CC0-1.0
Repository
-
Last release
6 years ago

zyncoder

Allows you to zyncode things with a custom base64 -like system.

Usage

const zyncoder = require("zyncoder")
// encode a message
zyncoder.enc("zyn:D")
// decode a message
zyncoder.dec("ZыN зYн ЗЫN зЫН zЫн зYn Zyn)")

If you want to live dangerously, you can use .rEnc() and .rDec() instead. Keep in mind though that those methods do not handle UTF-8 properly, at least not in the browser.