pass-encrypto

1.0.3 • Public • Published

What is pass-encrypto?

  • encrypto is a npm package that encrypts the user data.
  • It uses 3 layers of encryption.

How to use pass-encypto?

How to import package?

  const {encrypto}= require("pass-encrypto");

Uses

 
  const {encrypto}= require("pass-encrypto");
  let data="password";
  const returnValue=encrypto(data);

API's Available:

encrypto("String");

Note

  • Passed Value must be a string.

Package Sidebar

Install

npm i pass-encrypto

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

1.26 kB

Total Files

3

Last publish

Collaborators

  • ritmojs