This commit is contained in:
JustArchi
2017-07-02 17:17:15 +02:00
parent de09ee5109
commit e5f8fd9213
2 changed files with 2 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ using System.Text;
namespace ArchiSteamFarm {
internal static class CryptoHelper {
private static byte[] EncryptionKey = Encoding.UTF8.GetBytes("ArchiSteamFarm");
private static byte[] EncryptionKey = Encoding.UTF8.GetBytes(nameof(ArchiSteamFarm));
internal static string Decrypt(ECryptoMethod cryptoMethod, string encrypted) {
if (string.IsNullOrEmpty(encrypted)) {