You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/encrypt/EncryptAFile.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## Encrypt a file to send to your firend/other person using `gpg`
2
-
2
+
<center>GPG tool based encryption</center>
3
3
4
4
5
5
**Note** : _*If you Would like to know about generation and usage of*_`ssh/gpg`_*keys*_. _*please go to*_[ssh/gpg](/docs/encrypt/ssh-gpg.md)
@@ -61,6 +61,8 @@
61
61
62
62
63
63
----------------------------------------------
64
+
<center>Next part</center>
65
+
<center>Openssl Encryption</center>
64
66
65
67
## Encrypting A file using Openssl -aes-256 : With password
66
68
@@ -77,7 +79,7 @@
77
79
78
80
>>**Note** : Here `my_folder/` can be a folder or a simple file as `example.txt`.
79
81
80
-
2. After issuing the above command, then the system prompts for password with which the file is to be protected by encrypting, the ouput dialogues includes in following way:
82
+
2. After issuing the above command, then the system prompts for password with which the file is to be protected by encrypting, the output dialogues includes in following way:
81
83
82
84
tar: Old option 'g' requires an argument.
83
85
Try 'tar --help' or 'tar --usage' for more information.
@@ -105,7 +107,7 @@ More source regarding Open-ssl encryption at:
0 commit comments