/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

soatok.blog
| | www.splitbrain.org
3.1 parsecs away

Travel
| | [AI summary] The post explains how to manage password hashing in PHP using DokuWiki's auth_cryptPassword() and auth_verifyPassword() functions to support multiple algorithms like MD5, SHA1, and crypt while ensuring backward compatibility.
| | blog.basistheory.com
3.5 parsecs away

Travel
| | A deep dive into the fundamentals of data encryption, from symmetric vs. asymmetric algorithms to encryption at rest and in transit.
| | www.latacora.com
3.6 parsecs away

Travel
| | When people talk about PBKDFs (Password Based Key Derivation Functions), this is usually either in the context of secure password storage, or in the context of how to derive cryptographic keys from potentially low-entropy passwords. The Password Hashing Competition (PHC, 2013-2015) was an open competition to derive new password hashing algorithms, resulting in Argon2 hash as its winner. Apart from achieving general hash security, many of the candidates focused on achieving resistance to parallel attacks ...
| | nickjanetakis.com
17.7 parsecs away

Travel
| Learn how to easily encrypt and organize all of your passwords on the command line using a great little program called 'pass'.