|
|
|
|
|
by cjg
5122 days ago
|
|
I've heard this said many times before and I agree. However, using crypto libraries does not solve the problem of vulnerabilities through cryptography misuse. For example, keys must be stored correctly, algorithms often need initialising in the correct mode for your specific application, IVs must not be repeated, and, as shown in this article, hashes should be used in specific ways to work correctly. There are many ways to fail with cryptography and avoiding them all takes considerable expertise. Using crypto libraries does not solve this problem. |
|