Skip to content

AES-128 Encryption and Decryption (both CBC and CTR) in JavaScript

Notifications You must be signed in to change notification settings

birdmeister/AES128

Repository files navigation

AES128

AES-128 Encryption and Decryption (both CBC and CTR) in JavaScript

CBC (Cipher Block Chaining):

  • AESCBC_Encrypt()
  • AESCBC_Decrypt()

CTR (Counter mode):

  • AESCTR_Encrypt()
  • AESCTR_Decrypt()

About

AES-128 Encryption and Decryption (both CBC and CTR) in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published