diff --git a/App_Code/VERAG_VARIABLES.vb b/App_Code/VERAG_VARIABLES.vb index c21666a..a924113 100644 --- a/App_Code/VERAG_VARIABLES.vb +++ b/App_Code/VERAG_VARIABLES.vb @@ -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)) diff --git a/Customers/Customers.master b/Customers/Customers.master index 65dbc96..ed4ac6d 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -411,7 +411,7 @@ -