1.0.3 • Published 4 years ago

pass-encrypto v1.0.3

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

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.