Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

PBKDF2 Hashing | Training Camp

Glossary > PBKDF2 Hashing

What is PBKDF2 Hashing?

Understanding PBKDF2 Hashing

PBKDF2 (Password-Based Key Derivation Function 2) Hashing is a cryptographic algorithm that derives a secure cryptographic key from a password. It uses a technique called key stretching where the password is hashed multiple times with a random salt to increase the computational complexity, making it more resistant to brute-force attacks. This process enhances the security of stored passwords by making it harder for attackers to reverse-engineer the original password from its hashed value.

Learn More About PBKDF2 Hashing: