1.0.7 • Published 8 years ago

ncrypt v1.0.7

Weekly downloads
125
License
ISC
Repository
github
Last release
8 years ago

NCRYPT

A Small library to encrypt any string

Installation

npm install ncrypt --save

Usage

var ncrypt = require('ncrypt') 

var encrypted_data = ncrypt.encr(data)

console.log(encrypted_data)

* data mentioned must be string type

Tests

npm test

Examples

console.log(encrypt.encr("abc")) \\%>&1&1Z&O

console.log(encrypt.encr("abcd")) \\&&&XQV&&[E2E0&&&&

console.log(encrypt.encr("abcde")) \\&-&

Contributing

An easy and efficient way to encrypt data . Only one way encryption is provided using the encr() function;

Release History

  • 0.1.0 Initial release
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago