Bcrypt.dll and Texture Issue Solution #35
Locked
PhatChilla
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
This is a completely insecure solution. MD5 hashing is considered cryptographically broken. Do not use this in your servers. Use bcrypt correctly which is actually cryptographically secure, you may use passwordHash as an alternative means to bcrypt. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions