ritmojs / npm-pass-encrypto

A npm package that encrypts user data or some string ✔value.

Home Page:https://www.npmjs.com/package/pass-encrypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass-encrypto

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?

Installation of package🚩

  npm i pass-encrypto

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. ✔

ThankYou ❤

© pass-encrypto 2020

About

A npm package that encrypts user data or some string ✔value.

https://www.npmjs.com/package/pass-encrypto


Languages

Language:JavaScript 100.0%