1.2.4 • Published 8 years ago

crkey v1.2.4

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

Crkey

A simple crypto tool for nodeJs. Need OpenSSL-Crypto support.

###Install

npm install crkey -g

###Usage

const crkey = require('crkey');

// To crypto a file.
crkey.crypto(targetFile, 
				password, 
				cryptoMode, 
				callBack(res));

// To decrypto a file.
crkey.decrypto(targetFile, 
				password, 
				cryptoMode, 
				ifToFile ,
				callBack(res));
1.2.4

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago