mirror of
https://github.com/bitwarden/server.git
synced 2025-07-18 08:00:59 -05:00
PBKDF2 is SHA256
This commit is contained in:
@ -2,6 +2,6 @@
|
|||||||
{
|
{
|
||||||
public enum KdfType : byte
|
public enum KdfType : byte
|
||||||
{
|
{
|
||||||
PBKDF2 = 0
|
PBKDF2_SHA256 = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user