bd-crypt
v1.0.2
Published
This is a library which helps to secure your data using encryption technique
Readme
bd-crypt
This is a library which helps to secure your data using encryption technique
Installation
- npm install bd-crypt
Usages
- Encryption:
- const encrypt =require('bd-crypt/dcrypt'); encrypt.encode(/A string to be encripted/);
- Decryption
- const decrypt =require('bd-crypt/dcrypt'); decrypt.decode(/A string to be decrypted/);
