nodejs3des

1.0.0 • Public • Published

3DES 🔐 For FT APIs

npm install nodejs3des

//Encryption 
var _3DES = require('nodejs3des');

//Encryption key = "Tk_ksodk"
//Text to encrypt ==> "SMS"
_3DES.encrypt("Tk_ksodk", "SMS"); //PjBSczoWdA4=
//Decryption 
var _3DES = require('nodejs3des');

//Encryption key = "Tk_ksodk"
//Text to decrypt ==> "PjBSczoWdA4="
_3DES.decrypt("Tk_ksodk", "PjBSczoWdA4="); //SMS

Readme

Keywords

Package Sidebar

Install

npm i nodejs3des

Weekly Downloads

16

Version

1.0.0

License

ISC

Unpacked Size

2.72 kB

Total Files

3

Last publish

Collaborators

  • h3rm3s1986