1.0.6 • Published 4 years ago

@aravinds/cryptit v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago