Expand description

The aes_with_operation_mode mod provides operation modes such as CBC and OFB, and so on.

aes_with_operation_mode

aes_with_operation_mode allows you to use AES with operation modes like CBC, CFB and so on.

Functions

  • CBC (Cipher Block Chaining) Decryption
  • CBC (Cipher Block Chaining) Encryption
  • CFB (Cipher Feedback) Decryption with 8-bit feedback size (Experimental)
  • CFB (Cipher Feedback) Encryption with 8-bit feedback size (Experimental)
  • CFB (Cipher Feedback) Decryption
  • CFB (Cipher Feedback) Encryption
  • ECB (Electronic Codebook) Decryption
  • ECB (Electronic Codebook) Encryption
  • OFB (Output Feedback) Encryption and Decryption
  • PCBC (Propagating Cipher Block Chaining) Decryption (Experimental)
  • PCBC (Propagating Cipher Block Chaining) Encryption (Experimental)