Hey guys, in this tutorial I am showing you how to hash / do hashing with md5 and salt in c# (csharp).
Source:
My Website:
My Forum:
Nguồn:https://wijstaanvooronzegrondrechten.org/
Xem Thêm Bài Viết Khác:https://wijstaanvooronzegrondrechten.org/cong-nghe
use bcrypt.it has build in salt and its the most secure method
To bad the sourcecode isn't available, could you do a SHA256 tutorial?
A bit late comment, but MD5 is REALLY bad and weak against any kind of attack.
I didn't understand why you need to do a replace there, and why it needs to be in lower case… Also is it ok to save the salt in the database? doesn't it need to be hashed too?