An open API service indexing awesome lists of open source software.

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

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