1.0.2 • Published 5 years ago

bd-crypt v1.0.2

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

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago