Minor fixes
This commit is contained in:
@@ -9,7 +9,7 @@ public class CryptUtils
|
||||
private readonly string secretKey;
|
||||
private const int M = 16;
|
||||
private const int N = 32;
|
||||
private readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();
|
||||
|
||||
public CryptUtils(AppSettings appSettings)
|
||||
{
|
||||
secretKey = appSettings.EncryptionSettings?.Salt ?? String.Empty;
|
||||
|
||||
Reference in New Issue
Block a user