Base64 encode / decode Hex strings for URLs (module and binary tool)
install:
npm install -g hex64
commandline:
$ hex64 b64 cccccczMzM $ hex64 hex zMzMcccccc $ hex64 ccccccb64: zMzM $ hex64 zMzMhex: cccccc $ hex64 b64 zzz[Error: Invalid hex string]
node:
var hex64 = ; hex64; // zMzMhex64; // zMzM hex64; // cccccchex64; // cccccc // intelligent: if hex -> b64 else b64 -> hexhex64 // zMzMhex64 // cccccc
license: MIT