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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i pass-encrypto

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

1.26 kB

Total Files

3

Last publish

Collaborators

  • ritmojs