|
|
|
|
|
by orthecreedence
3894 days ago
|
|
> Building your own abstractions on top of AES directly is no less dangerous or prone to error. You're telling me it's just as dangerous to implement a well-known library that has working AES-CFB as it is to roll your own AES-CFB implementation? That's silly. Yes, it's dangerous to do any form of crypto. But there are really good resources on how to implement it correctly, and if you're using an existing library, the risks are significantly reduced. |
|
If you think you can just slap AES on something and call it a day, you're going to have a bad time.