UNPKG

@goodmind/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.

31 lines (30 loc) 873 B
{ "author": "Jack Carrick Xiang Cheng <chengxianga2008@yahoo.com> (inovlab.com)", "name": "@goodmind/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.", "publishConfig": { "access": "public" }, "version": "0.5.0", "repository": { "type": "git", "url": "git://github.com/goodmind/node-cryptojs-aes.git" }, "main": "cryptojs.js", "dependencies": {}, "devDependencies": {}, "keywords": [ "cryptojs", "aes", "data masking", "cryptography", "frontend", "encryption" ], "optionalDependencies": {}, "engines": { "node": "*" }, "homepage": "https://github.com/goodmind/node-cryptojs-aes", "license": "MIT" }