Rijndael256
Rijndael256 copied to clipboard
Add CipherMode setting for Rijndael and RijndaelEtM
Currently Rijndael and RijndaelEtM use CBC cipher mode (hard coded).
Acceptance Criteria
- Settings object contains CipherMode setting
- Default value is CBC
- Unit test coverage
- README.md is updated