Explore >> Select a destination


You are here

paragonie.com
| | www.thepolyglotdeveloper.com
3.5 parsecs away

Travel
| | Implement military strength AES encryption ciphers in your JavaScript application using the Forge cryptography library.
| | www.zend.com
1.4 parsecs away

Travel
| | Libsodium is a modern cryptography library. Learn how you can use the Libsodium cryptography library for PHP encryption.
| | soatok.blog
2.9 parsecs away

Travel
| | Recently, it occurred to me that there wasn't a good, focused resource that covers commitments in the context of asymmetric cryptography. I had covered confused deputy attacks in my very short (don't look at the scroll bar) blog post on database cryptography., and that's definitely relevant. I had also touched on the subject of commitment...
| | pboyd.io
25.0 parsecs away

Travel
| Here's a fun list to look through: Dumb Password Rules. Most of the rules seem arbitrary, like only allowing digits, but some hint at deeper problems. For instance, preventing single-quotes. They aren't inserting passwords into a database without a SQL placeholder, right? Nearly every site on that list has a needlessly short maximum password size. If they're storing passwords correctly, there's no need for this. This post will go through a few bad ways to store a password and you can see what I mean....