Ein Tag im Leben eines Password Hashs
Hey, just a heads-up that this content is based on an automatically imported version from our old CMS. If the formatting isn’t perfect, I’m sorry about that. Translation This original post is written in german 🇩🇪, a rough Translation: I discuss hashes due to recent data leaks (Sony, Ashampoo). Passwords should be stored as hashes, not plaintext. Hashing isn’t encryption; it can’t be reversed. Example with digit sum shows collisions. Common algorithms: MD5, SHA; others include Whirlpool, Tiger, RipeMD, Haval, Adler32. Example: 12345 -> md5, SHA-1, Haval. ...