Mehr randomness generierung hashtests
This commit is contained in:
@@ -42,7 +42,7 @@ Public Class VERAG_VARIABLES
|
||||
Dim Argon As Argon2d = New Argon2d(Encoding.UTF8.GetBytes(VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(password)))
|
||||
Argon.Salt = salt
|
||||
Argon.DegreeOfParallelism = 36
|
||||
Argon.Iterations = nIterations * 2
|
||||
Argon.Iterations = nIterations * 3
|
||||
Argon.MemorySize = (((nIterations * 1.385 - (nIterations * 0.56) / 1.95 * 2.28) / 5.18) + 1.024 * 316)
|
||||
Return Argon.GetBytes(nHash)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user