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