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)) {

View File

@@ -58,11 +58,4 @@ deploy:
on:
branch: master
configuration: Release
appveyor_repo_tag: true
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/6982e3cd9dc9e57b1119
method: POST
on_build_success: true
on_build_failure: true
on_build_status_changed: true
appveyor_repo_tag: true