Changes between Initial Version and Version 1 of Ticket #2018, comment 15
- Timestamp:
- 2014-02-10T19:22:58Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2018, comment 15
initial v1 24 24 (I chose "rounding up" rather than "randomizing" since it makes the attacker's job strictly harder, and the analysis much simpler.) 25 25 26 Next I tried the rule: Let N = ceil(log2(F)). If N >= 5, let X = N - 5; otherwise let X = N. Let MaxPad = 2^X^. Round the file size up to the nearest multiple ofMaxPad. This time:26 Next I tried the rule: Let N = ceil(log2(F)). If N >= 5, let X = N - 5; otherwise let X = N. Let !MaxPad = 2^X^. Round the file size up to the nearest multiple of !MaxPad. This time: 27 27 {{{ 28 28 % python ~/Music/fsize.py < sizes | sort -n |uniq -c | grep '^ *1 ' |wc -l