change default string crypter to AESStringCrypter
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Pilz.Cryptography
|
||||
if (Crypter == null)
|
||||
{
|
||||
if (DefaultCrypter == null)
|
||||
DefaultCrypter = new SimpleStringCrypter(string.Empty);
|
||||
DefaultCrypter = new AESStringCrypter();
|
||||
Crypter = DefaultCrypter;
|
||||
}
|
||||
return Crypter;
|
||||
|
||||
Reference in New Issue
Block a user