Some gripes about nacl
11–20 of 47 posts
Re: Some gripes about nacl
#12[deleted]
This is not talking about Chrome's NativeClient.
Re: Some gripes about nacl
#13[deleted]
NaCL: http://nacl.cr.yp.to/
Native client: https://code.google.com/p/nativeclient/
Re: Some gripes about nacl
#14Simply put, use the reference nacl implementation only when you really know what you're doing. As with all things crypto it's easy to shoot yourself in the foot, and libsodium makes it a bit harder than reference nacl.
Though the first sentence of the NaCL website says: "NaCl (pronounced "salt") is a new easy-to-use high-speed software library"...
Re: Some gripes about nacl
#15Re: Some gripes about nacl
#16This title a very subtle trap for those who do not read articles. :P
Re: Some gripes about nacl
#17Re: Some gripes about nacl
#18This title a very subtle trap for those who do not read articles. :P
It's amazing how people can comment without reading the article. It's obvious this happens to some degree, but I was amazed that the first few posts in this thread have exclusively been about a completely different thing.
Re: Some gripes about nacl
#19Personally I do not care for libsodium, but to each his own.
Instead I chose to study curveprotect, tinysshd (tweetnacl), qremote, etc. as examples to learn from. Realizing that everyone is capable of making mistakes, but some are less likely than others.
Re: Some gripes about nacl
#20Paging @tptacek for comment