|
|
|
|
|
by buu700
3637 days ago
|
|
While NaCl/Sodium does simplify the crypto aspect in particular, it's dangerous to assume that it entirely solves the broader problem of writing secure code. Implementing anything securely is hard enough before involving crypto that the level of expertise required doesn't change all that much. (Most catastrophic vulnerabilities in security software aren't directly in the cryptographic implementations.) Even using NaCl, one needs to understand enough of what's happening under the hood to properly reason about the security of the whole system they've built. |
|