nexutil
v1.0.2
Published
Enduro/X utility bindings for Nodejs
Downloads
185
Maintainers
Readme
node.nexutil.js
A library to use Enduro/X tpdecrypt() function for data decryption
Dependencies
- NodeJS
node-gyp
Install via NPM
npm install nexutilUsage
const nexutil = require('nexutil');
console.log('Decrypted text:', nexutil.tpdecryptstr('AAAACzgTKee2vVcJ5pwuVvBegdk='))
Testing
npm install
npm test