Explore >> Select a destination


You are here

neilmadden.blog
| | blog.hboeck.de
13.6 parsecs away

Travel
| |
| | paragonie.com
12.2 parsecs away

Travel
| | A developer's short guide to encryption, authentication, and authenticated encryption with examples in PHP
| | dgroshev.com
12.6 parsecs away

Travel
| |
| | www.sjoerdlangkemper.nl
79.6 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.