Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 468770b

Browse files
committed
added
1 parent c08302d commit 468770b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/encrypt/EncryptAFile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
## Encrypting A file using Openssl -aes-256 : With password
6666

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.
6868

6969

7070

@@ -101,7 +101,7 @@ More source regarding Open-ssl encryption at:
101101

102102

103103

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)
105105

106106

107107

0 commit comments

Comments
 (0)