Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithVal committed Sep 15, 2023
1 parent e706c14 commit e28da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static async Task Main(string[] args) {
if (File.Exists("app.pass"))
{
isEncrypted = true;
//Idk how to really hide this. Too lazy to hide it in RAM either. Very secure, I know. - Zeni
//VERY Secure app password, I know. It's not meant to be real, this is just fun security theater.
appPassword = Encryption.Read("app.pass", "7b7079bb6379001dce");
Console.WriteLine("Application Config is encrypted.\n");
//Console.WriteLine(appPassword);
Expand Down

0 comments on commit e28da5a

Please sign in to comment.