UNPKG

cryptojs-atom

Version:

It's a fork adapted to be used with package of the text editor atom. Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR,

19 lines (18 loc) 816 B
{ "author": "Lucas Burdeyron <lucas.burdeyron@gmail.com>", "name": "cryptojs-atom", "tags": ["Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64"], "description": "It's a fork adapted to be used with package of the text editor atom. Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64", "version": "2.5.3", "homepage": "https://github.com/lucbu/cryptojs", "repository": { "type": "git", "url": "https://github.com/lucbu/cryptojs" }, "main": "cryptojs.js", "engines": { "node": "*" }, "dependencies": {}, "devDependencies": {} }