angular-crypto
Version:
angular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
47 lines (46 loc) • 862 B
JSON
{
"name": "angular-crypto",
"version": "0.0.3",
"main": "angular-crypto.js",
"description": "angular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64",
"keywords": [
"crypto",
"cryptojs",
"angular",
"angularjs",
"MD5",
"SHA-1",
"SHA-256",
"RC4",
"Rabbit",
"AES",
"DES",
"PBKDF2",
"HMAC",
"OFB",
"CFB",
"CTR",
"CBC",
"Base64"
],
"author": [
{
"name": "Patrick Stapleton",
"email": "github@gdi2290.com",
"url": "www.gdi2290.com"
}
],
"ignore": [
"**/.*",
"*.yml",
"*.xml",
"example",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
}
}