0.8.2 • Published 7 years ago

dvm-crypt-js v0.8.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

dvm-crypt-js

Encrypt and Decrypt Alphabetic Strings

Steps:

Install

npm install dvm-crypt-js --save

Usage

  • Import the module

var dvm_crypt = require('dvm-crypt-js');

  • Hash a string

var hash = dvm_crypt.encrypt('David');

  • Decrypt a hash value to its original form

var string = dvm_crypt.decrypt('e2o4e11o28e2');

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago