npm.io
1.0.2 • Published 6 years ago

bd-crypt

Licence
MIT
Version
1.0.2
Deps
0
Size
21 kB
Vulns
0
Weekly
0

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/);

As easy as to breathe