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 9a05fd4 commit 72b3946Copy full SHA for 72b3946
Encrypt.sh
@@ -1,8 +1,11 @@
1
#!/bin/bash
2
+
3
echo "Welcome, I am ready to encrypt a file/folder for you"
4
echo "currently I have a limitation, Place me to teh same folder, where a file to be encrypted is present"
5
echo "Enter the Exact File Name with extension"
6
read file;
7
+# decryption command
8
+# gpg -d filename.gpg > filename
9
gpg -c $file
10
echo "I have encrypted the file sucessfully..."
11
echo "Now I will be removing the original file"
0 commit comments