mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
PBKDF2 is SHA256
This commit is contained in:
parent
d120a1dab9
commit
76caf1c580
@ -2,6 +2,6 @@
|
||||
{
|
||||
public enum KdfType : byte
|
||||
{
|
||||
PBKDF2 = 0
|
||||
PBKDF2_SHA256 = 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user