Releases: sjh37/Effortless-.Net-Encryption
Releases · sjh37/Effortless-.Net-Encryption
v4.1.0
v4.0.0
v3.3.0
V3.2.0
Allow you to set the PaddingMode and CipherMode prior to encryption / decryption.
This is done by via Bytes.SetPaddingAndCipherModes()
function.
You can reset back to default using ResetPaddingAndCipherModes()
.
The defaults are:
- PaddingMode.ISO10126
- CipherMode.CBC