-
- [ ] GOST modes (migrate from [here](https://github.com/RustCrypto/block-ciphers/tree/5319f4ae9ff448666debf7b83cd923ba57165150/gost-modes))
- [ ] Web CTR (counter width variable at runtime, see #4)
…
-
There is a method called ciphertext stealing (https://en.wikipedia.org/wiki/Ciphertext_stealing) which allows encryption of plaintext of artibrary length (the length does not have to be a multiply of …
-
Like **Blowfish**, can't use CBC-CTS mode.
Cipher-Block Chaining with Ciphertext Stealing (CBC-CTS) mode.
https://en.wikipedia.org/wiki/Ciphertext_stealing
-
Hi,
I'm performing encryption and dectryption with AES/CBC/WITHCTS. If the data is less than 16 bytes, a block, then I get the following error:
`javax.crypto.IllegalBlockSizeException: need at lea…
-
### Description
- Type: Question / Feature Request
- Priority: Major
## Enhancement\Feature Request
Hi,
it seems that ciphertext stealing is supported in AES-XTS mode.
Would it be possible t…
-
To clarify, what I mean is CRYPTREC candidate ciphers, and eSTREAM phase 3 ciphers.
### CRYPTREC
- 64-bit block ciphers[note 6]
- [ ] CIPHERUNICORN-E
- [ ] Hierocrypt-L1
- [ ] MISTY…
-
**What is the change request for the SD? Please describe.**
I went through the document checking acronyms against the list of acronyms in Appendix J. Below are the acronyms I think are missing from A…
-
aes-js version: 3.1.2.
why should the length of plaintext in CBC be 16?
-
This issue is sort of going to be a big deal for this repo unless somebody comes up with a way of decrypting using the "same "aplication" as google chrome or the browser your using.
https://security.…
-
Both modes work indeed as stated by the NIST. Adding a counter mode would be _awesome_ since CBC can stil be used in BEAST and ECB is vulnerable to plaintext attacks.