https://github.com/patrickjs/angular-crypto
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
https://github.com/patrickjs/angular-crypto
angularjs md5 sha1
Last synced: 15 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/patrickjs/angular-crypto
- Owner: PatrickJS
- Created: 2014-01-04T19:09:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T04:39:46.000Z (almost 12 years ago)
- Last Synced: 2025-04-06T19:05:47.444Z (9 months ago)
- Topics: angularjs, md5, sha1
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 31
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-crypto
==============
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
### work in progress
Email me if something is broken.
* MD5 - Encrypt only
* SHA-1 - wip
* SHA-256 - wip
* RC4 - wip
* Rabbit - wip
* AES - wip
* DES - wip
* PBKDF2 - wip
* HMAC - wip
* OFB - wip
* CFB - wip
* CTR - wip
* CBC - wip
* Base64 - Done