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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
65
65
## Encrypting A file using Openssl -aes-256 : With password
66
66
67
-
`openssl``aes-256` based encryption of a folder/file
67
+
`openssl``aes-256` based encryption of a folder/file : Which doesn't need any keys to be generated. It just needs a password for encryption, whic is a password based encryption.
68
68
69
69
70
70
@@ -101,7 +101,7 @@ More source regarding Open-ssl encryption at:
101
101
102
102
103
103
104
-
**Note** : Its better to choose `gpg` encryption over `openssl -aes-256` because of high secure 4096 encryption in `gpg` using two differnet keys(such as public and private keys for encryption and decryption respectively)
104
+
**Note** : Its better to choose `gpg` encryption over `openssl -aes-256` because of high secure 4096 encryption in `gpg` using two different keys(such as public and private keys for encryption and decryption respectively)
0 commit comments