/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

neilmadden.blog
| | www.latacora.com
2.0 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 ...
| | dusted.codes
1.5 parsecs away

Travel
| | SHA-256 is not a secure password hashing algorithm
| | blog.basistheory.com
2.3 parsecs away

Travel
| | A deep dive into the fundamentals of data encryption, from symmetric vs. asymmetric algorithms to encryption at rest and in transit.
| | neilmadden.blog
17.4 parsecs away

Travel
| If you read or watch any recent tutorial on symmetric (or "secret key") cryptography, one lesson should be clear: in 2018 if you want to encrypt something you'd better useauthenticated encryption.This not only hides the content of a message, but also ensures that the message was sent by one of the parties that has access...