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.

16 lines (12 loc) 224 B
language: "node_js" node_js: - "0.10" - "0.8" # - "0.6" - "0.4" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"