Änderunge gUI Design und Aufbau Tabellenlogoken und Zeilenunterscheidungen mehr eindeutig

This commit is contained in:
ja
2022-02-02 16:21:38 +01:00
parent de5ce7def8
commit 63c8d11c26
7 changed files with 3474 additions and 3470 deletions

View File

@@ -67,7 +67,6 @@ Public Class VERAG_VARIABLES
Argon.MemorySize = (((nIterations * 12.88 - (nIterations * 10.23) / 8.85 * 2.28) / 10.28) + 2 * 878) / 13.1
Return Argon.GetBytes(nHash)
End If
End Function
Public Shared Async Function HashPasswordAsync(password As String, salt As Byte(), nIterations As Integer, nHash As Integer) As Task(Of Byte())
'Dim Argon As Argon2id = New Argon2id(Encoding.UTF8.GetBytes(password))