|
|
|
|
|
by matthewaveryusa
2706 days ago
|
|
The attack here is: 1) You encrypt two pieces of data within the same second in the same process (so probably using the library?) 2) or if you're using the command-line, the attack is you encrypt two pieces of data within the same second, and somehow wrap-around your pid within the second to get the same pid again. That may be enough, or not enough -- but for those that claim that's not enough, one needs to recognize the cognitive dissonance with reusing the same password A monotonically increasing integer as IV is perfectly fine, and this dude is a bit out of his depth thinking IVs need to be random. |
|