norkator / cryptography

Cryptography Android application code samples / cipher collection for app users
https://play.google.com/store/apps/details?id=com.nitramite.cryptography
MIT License
184 stars 32 forks source link

Add padding schemes #34

Closed norkator closed 3 years ago

norkator commented 3 years ago

Note: "PKCS#5 padding is identical to PKCS#7 padding, except that it has only been defined for block ciphers that use a 64-bit (8-byte) block size. In practice the two can be used interchangeably."

norkator commented 3 years ago

Maybe some day