You are here |
neilmadden.blog | ||
| | | |
blog.hboeck.de
|
|
| | | | ||
| | | |
paragonie.com
|
|
| | | | A developer's short guide to encryption, authentication, and authenticated encryption with examples in PHP | |
| | | |
dgroshev.com
|
|
| | | | ||
| | | |
www.sjoerdlangkemper.nl
|
|
| | 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. |