@aravinds/cryptit

Crypting strings/passwords which is helpful while storing the values in DB

Usage no npm install needed!

<script type="module">
  import aravindsCryptit from 'https://cdn.skypack.dev/@aravinds/cryptit';
</script>

README

cryptit

A package for crypting the input values and decrypting.

@aravinds/cryptit

CryptIt, a package for encrypting the values you want. Helpful while we store the important values in database, hide from other try to use the value. It also decrypting the values which is equal to the original value we give initially.

Getting Started

Use

npm install @aravinds/cryptit

to install the package.

Import

const {encrypt,decrypt} = require("@aravinds/cryptit)
crypt(string);

will return a encrypted value,

akfjbasj13123kjb

for crypting

decrypt(string)

you can compare both the encrypted and decrypted values.