Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

CipherMode

Shawn Willden edited this page Mar 7, 2015 · 1 revision

Cipher Mode

Keyczar supports four modes of operation:

  • CBC: Cipher block chaining with initial value (IV), PKCS5Padding
  • CTR: Counter with IV, no padding. Currently not supported
  • ECB: Electronic code book, no IV, no padding. Currently not supported
  • DET-CBC: CBC, no IV, PKCS5Padding. Currently not supported
Clone this wiki locally