1.0.7 • Published 8 years ago

cryptun v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Crypto wrapper with Mcrypt ecncryption, like php.

##For example:

require_once 'cryptun.php';
$cr = new cryptun;

var a = cr.en('Hello World!'); // dFUYCkTqDjt568L+bPfLmw==
var b = cr.de('dFUYCkTqDjt568L+bPfLmw=='); //Hello World!

console.log(a);
console.log(b);
1.0.7

8 years ago

1.0.6

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