1.0.1 • Published 4 years ago

nexutil v1.0.1

Weekly downloads
6
License
LGPL v2
Repository
github
Last release
4 years ago

node.nexutil.js

A library to use Enduro/X tpdecrypt() function for data decryption

Dependencies

  • NodeJS
  • node-gyp

Install via NPM

npm install nexutil

Usage

const nexutil = require('nexutil');
console.log('Decrypted text:', nexutil.tpdecryptstr('AAAACzgTKee2vVcJ5pwuVvBegdk='))

Testing

npm install
npm test