Skip to content

kingcc/Crkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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));

About

simple crypto tool for nodeJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors