Changes between Initial Version and Version 5 of Ticket #2018
- Timestamp:
- 2013-07-16T04:36:03Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2018 – Description
initial v5 7 7 2. Choose a number of padding bytes, {{{P}}}, evenly from {{{[0..X)}}} as determined by the encryption key. ''Note: this is important that the number is deterministic from the key, so that multiple encryptions of the same-keyed file will not pick different random numbers and allow an attacker to statistically observe the padding's size.'' 8 8 9 3. Append {{{P}}} bytes of padding (0 bytes) to the ciphertext before encryption.9 3. Append {{{P}}} bytes of padding (0 bytes) to the plaintext before encryption. (This does not affect how the key is derived from the plaintext in the case of convergent encryption.)