|
|
|
|
|
by zgs
1236 days ago
|
|
Another example of "roll your own crypto". Just don't. Honestly, just stick to one algorithm and use that. Choose something modern. There is no evidence that AES-256 has problems. CBC mode allows some alteration of the plaintext but it's limited and noticeable, best to include an integrity check (HMAC or CMAC). You really don't want to encrypt bulk data using RSA, it's simply not designed for that. |
|
It's a story of a clever kid, relying on intuitions and getting it wrong, because it's mathematics.
Thus he devotes one of his twelve chapters entirely to random numbers.
Unfortunately, it is well established by internet forums that nobody should read Knuth.