add salting to hash function #21

Closed
Ghost wants to merge 1 commit from (deleted):add_salt into main

as you asked us to do boss ;)

as you asked us to do boss ;)
Ghost added 1 commit 2024-08-26 14:58:45 +02:00
Owner

wait, but this way the salt is not saved in the database, and if I am using the same library for two different websites, the salt is going to be predictable, which will help me if I want to brute force. The salt should be unique for each password database, at least.

wait, but this way the salt is not saved in the database, and if I am using the same library for two different websites, the salt is going to be predictable, which will help me if I want to brute force. The salt should be unique for each password database, at least.
root closed this pull request 2025-06-26 17:29:12 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ASPP/2024-heraklion-git#21
No description provided.