Adding SHA256 password encryption and password verify
This commit is contained in:
@@ -4,5 +4,6 @@ public class EncryptionSettings
|
||||
{
|
||||
#nullable enable
|
||||
public string? Salt { get; set; }
|
||||
public string? Pepper { get; set; }
|
||||
#nullable disable
|
||||
}
|
||||
Reference in New Issue
Block a user