[DiscordArchive] Hi everyone, what's the recommended protocol for saving passwords in a database? What type of hash a
[DiscordArchive] Hi everyone, what's the recommended protocol for saving passwords in a database? What type of hash a
Archived author: Ozik • Posted: 2025-08-28T20:21:58.302000+00:00
Original source
Hi everyone, what's the recommended protocol for saving passwords in a database? What type of hash and salt are used?
Archived author: Tea • Posted: 2025-08-28T20:27:13.705000+00:00
Original source
im not sure why you are asking about recommendations
Archived author: Tea • Posted: 2025-08-28T20:27:33.833000+00:00
Original source
you dont have a choice, gotta use something that the client supports
Archived author: Ozik • Posted: 2025-08-28T20:29:10.025000+00:00
Original source
Sorry for the Google translate recommendation, but I would like to know which one is used by the client!
Archived author: Ozik • Posted: 2025-08-28T20:29:11.764000+00:00
Original source
kkkkkkkkkk
Archived author: Ozik • Posted: 2025-08-28T20:29:36.635000+00:00
Original source
<:clown:770403425158168596>
Archived author: Tea • Posted: 2025-08-28T20:29:40.241000+00:00
Original source
srp6
Archived author: Tea • Posted: 2025-08-28T20:30:02.687000+00:00
Original source
with X calculated using PKCS5_PBKDF2_HMAC with sha512, 15000 iterations
Archived author: Tea • Posted: 2025-08-28T20:30:48.791000+00:00
Original source
<https://github.com/TrinityCore/TrinityCore/blob/master/src/common/Cryptography/Authentication/SRP6.cpp> the whole thing
Archived author: Ozik • Posted: 2025-08-28T20:31:46.858000+00:00
Original source
thank