Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.83k stars 501 forks source link

About Cipher-Block Chaining with Ciphertext Stealing (CBC-CTS) mode #400

Open scriptkitz opened 4 years ago

scriptkitz commented 4 years ago

Like Blowfish, can't use CBC-CTS mode.

Cipher-Block Chaining with Ciphertext Stealing (CBC-CTS) mode. https://en.wikipedia.org/wiki/Ciphertext_stealing

texadactyl commented 4 years ago

Are you reporting a bug or requesting an enhancement? You need to be more specific. Source code? What did you expect to happen? Observations?

texadactyl commented 4 years ago

@Legrandin I would close this as the originator (@scriptkitz) seems to have lost interest or is unable to follow up.