Vibe.d Password Verification
seany
seany at uni-bonn.de
Wed Feb 5 15:16:10 UTC 2025
Is there any built in passowrd verification for Vibe.d? Such as
bcrypt.verifypassword(password , hash)?
I looked at this library: https://code.dlang.org/packages/passwd
This is causing linking error ( ld: error: unable to find library
-lbsd) - yes i am on FreeBSD with my hoster. I can't change it.
I also looked at this one: https://code.dlang.org/packages/crypto
I can't find a verify password method in it.
Any help would be appreciated. My password is being sent as
string over a secure https connection. The hash is stored as
another string.
Thank you.
More information about the Digitalmars-d-learn
mailing list