Änderungen
This commit is contained in:
@@ -171,7 +171,7 @@ Partial Class login_FLEX
|
||||
reqfieldvalpassw_M.Enabled = False
|
||||
reqfieldvalpassw.Validate()
|
||||
If reqfieldvalpassw.IsValid = True Then
|
||||
intzahl = VERAG_VARIABLES.RandomInteger(107, Math.Pow(2, 10))
|
||||
intzahl = VERAG_VARIABLES.RandomInteger(107, Math.Pow(2, 9))
|
||||
Dim hashpw1 As Byte() = Await VERAG_VARIABLES.HashPasswordAsync(tb3_M.Text, salt, intzahliterats, intzahl)
|
||||
passw = tb3_M.Text
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user