Jump to content

PBKDF2 Based Password Hashing


Recommended Posts

PBKDF2 (Password-Based Key Derivation Function 2) is a key derivation function that is part of the PKCS #5 standard. It is used to derive cryptographic keys from a password. PBKDF2 applies a pseudorandom function, such as HMAC (Hash-based Message Authentication Code), to the input password along with a salt value and repeats the process many times to produce a derived key. This process makes it computationally expensive to perform brute-force attacks.

PBKDF2 was introduced in Horizon's newer releases for the safekeeping of passwords and user information. New commands were added in to the `auth` server along with this update - Command `reset-password <username> <password>` will reset the password for the given username. Command `create-account` will generate a hash for the given text password input in the command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...