Rijndael256 icon indicating copy to clipboard operation
Rijndael256 copied to clipboard

Add CipherMode setting for Rijndael and RijndaelEtM

Open JasonPierce opened this issue 8 years ago • 0 comments

Currently Rijndael and RijndaelEtM use CBC cipher mode (hard coded).

Acceptance Criteria

  1. Settings object contains CipherMode setting
  2. Default value is CBC
  3. Unit test coverage
  4. README.md is updated

JasonPierce avatar Feb 01 '17 00:02 JasonPierce