customize_xtea
v1.0.2
Published
Encryption Algorithm
Readme
customize_xtea
A Encryption Algorithm
Documentation
$ npm install customize_xtea
$ import xtea from 'customize_xtea'
$ xtea.xTEAEncryptWithKey(data, token)
$ xtea.xTEADecryptWithKey(data, token)