/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

royvanrijn.com
| | www.sjoerdlangkemper.nl
3.2 parsecs away

Travel
| | To securely store passwords they should be hashed with a slow hashing function, such as PBKDF2. PBKDF2 is slow because it calls a fast hash function many times. This blog post explores some properties that the iterations must have to be secure.
| | blog.josefsson.org
2.8 parsecs away

Travel
| |
| | dusted.codes
1.9 parsecs away

Travel
| | SHA-256 is not a secure password hashing algorithm
| | emre.me
19.3 parsecs away

Travel
| A hash table is an unordered collection of key-value pairs, where each key is unique. Also, they are the most commonly used data structure for implementing associative arrays1 (maps, dictionaries).