1.0.7 • Published 10 years ago

ncrypt v1.0.7

Weekly downloads
125
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago