encrypto

1.0.6 • Public • Published

Just another node package for data encryption and decryption with custom password.

Installation

npm install encrypto

Usage

You can just instantiate the module and call the functions whereever applicable.

  var dev = require('encrypto');
 
  dev.encryptdata('plain text' or json); // returns encrypted data, optionally you can pass your own password, same will be used for decryption
  dev.decryptdata('encrypted string'); // returns decrypted data, optionally you can pass your own password which you used for encryption.  
 

Installing encryption module

  [sudo] npm install encrypto

Author: Srikanth Enjamoori

Readme

Keywords

Package Sidebar

Install

npm i encrypto

Weekly Downloads

2

Version

1.0.6

License

ISC

Unpacked Size

2.63 kB

Total Files

3

Last publish

Collaborators

  • srikanthenjamoori