UNPKG

node-cryptojs-aes

Version:

Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. node-cryptojs-aes works great on frontend data masking and unmasking.

28 lines (27 loc) 828 B
{ "author": "Jack Carrick Xiang Cheng <chengxianga2008@yahoo.com> (inovlab.com)", "name": "node-cryptojs-aes", "description": "Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. node-cryptojs-aes works great on frontend data masking and unmasking.", "version": "0.4.0", "repository": { "type": "git", "url": "git://github.com/chengxianga2008/node-cryptojs-aes.git" }, "main": "cryptojs.js", "dependencies": {}, "devDependencies": {}, "keywords": [ "cryptojs", "aes", "data masking", "cryptography", "frontend", "encryption" ], "optionalDependencies": {}, "engines": { "node": "*" }, "homepage": "https://github.com/chengxianga2008/node-cryptojs-aes", "license": "MIT" }