I'm using C# and BCrypt.Net to hash my passwords.For example:string salt = BCrypt.Net.BCrypt.GenerateSalt(6);var hashedPassword = BCrypt.Net.BCrypt.
確定! 回上一頁