diff --git a/Crypto Notepad/Program.cs b/Crypto Notepad/Program.cs index 8b281ca..d819b1f 100644 --- a/Crypto Notepad/Program.cs +++ b/Crypto Notepad/Program.cs @@ -20,14 +20,12 @@ static void Main() static class PublicVar { public static EncryptedString encryptionKey = new EncryptedString(); - public static bool randomizeSalts = true; public static bool keyChanged = false; - public static bool settingsChanged = false; public static bool okPressed = false; public const string appName = "Crypto Notepad"; public static string openFileName; } - + static class TypedPassword { public static string Value { get; set; }