Hash will appear here...
MD5 (Message-Digest Algorithm 5) is a widely used cryptographic hash function:
- Unique Fingerprint: Even a tiny change in the input (like adding a space) produces a completely different hash.
- One-Way Function: Hashing is not encryption. You can create a hash from text, but you cannot "decrypt" a hash back to its original form.
- Common Use: Used to verify that a file hasn't been tampered with or to store passwords securely in databases.
Is MD5 still secure for passwords? +
While MD5 is great for integrity checks, it is no longer recommended for high-security passwords because of its vulnerability to "collision attacks." For passwords, SHA-256 or bcrypt is preferred.
No comments:
Post a Comment