1.0.6 • Published 6 years ago

encrypto v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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

1.0.6

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago