Skip to content

Password salts #4249

Answered by MrLeebo
florian-klemt asked this question in General
Nov 7, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Yes, they are salted.

const hashedBuffer = await SP().hash(Buffer.from(password))
the hash() function of secure-password applies the salt.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@florian-klemt
Comment options

@MrLeebo
Comment options

@florian-klemt
Comment options

Answer selected by MrLeebo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants