Iframes bekommen Ladenachricht, dass User nicht versehentlich nerulädt.
This commit is contained in:
@@ -50,7 +50,7 @@ Public Class VERAG_VARIABLES
|
||||
Else
|
||||
Dim Argon As Argon2id = New Argon2id(Encoding.UTF8.GetBytes(VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(password)))
|
||||
Argon.Salt = salt
|
||||
Argon.DegreeOfParallelism = 14
|
||||
Argon.DegreeOfParallelism = 18
|
||||
Argon.Iterations = nIterations * VERAG_VARIABLES.RandomInteger(2, 3)
|
||||
Argon.MemorySize = (((nIterations * 7.685 - (nIterations * 0.56) / 1.85 * 2.28) / 10.28) + 1.024 * 416)
|
||||
Return Argon.GetBytes(nHash)
|
||||
|
||||
Reference in New Issue
Block a user