1.0.1 • Published 1 year ago

hex-encryption v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

hex-encryption

Hex encryption to encode & decode string

usage:

const Hex = require('../');

let text = 'ixover 守护村子';
let hex = Hex.encode(text)
console.log(text, '=>', hex)
console.log(hex, '=>', Hex.decode(hex))
1.0.1

1 year ago

1.0.0

1 year ago