You are here |
littlemaninmyhead.wordpress.com | ||
| | | |
paragonie.com
|
|
| | | | A human-readable overview of commonly misused cryptography terms and fundamental concepts. | |
| | | |
soatok.blog
|
|
| | | | Programmers don't understand hash functions, and I can demonstrate this to most of the people that will read this with a single observation: When you saw the words "hash function" in the title, you might have assumed this was going to be a blog post about password storage. (Passwords are the most common knee-jerk reaction... | |
| | | |
paragonie.com
|
|
| | | | Secure code delivery is a hard problem; one which we aspire to solve. | |
| | | |
publicobject.com
|
|
| | Public APIs I work on lots of public APIs. For those, it's nice to have nicely-formatted Javadoc, following the Guava guidelines. This means lots of <p> tags, {@code} blocks! Here's an example from Okio: /** * Wait at most {@code timeout} time before aborting * an operation. Using a per-operation timeout |