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

Usage no npm install needed!

<script type="module">
  import angularCrypto from 'https://cdn.skypack.dev/angular-crypto';
</script>

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