passordfunksjon
A passordfunksjon, often translated as password function or password derivation function (PDF), is a cryptographic algorithm used to derive a cryptographic key from a password or passphrase. These functions are designed to be computationally intensive, meaning they require significant processing power and time to execute. This intentional slowness makes them resistant to brute-force attacks, where an attacker tries to guess the password by systematically trying many combinations.
The primary purpose of a passordfunksjon is to add a layer of security to encrypted data. Instead
Common passordfunksjoner include PBKDF2 (Password-Based Key Derivation Function 2), bcrypt, and scrypt. Each of these functions