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

Commit f54542a

Browse files
committed
added
1 parent 5336128 commit f54542a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/encrypt/EncryptAFile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
tar cz my_folder/ | openssl enc -aes-256-cbc -e > encrypted.tar.gz.enc
7575

7676
>>**Note** : Here `tar` and `cz`is for making a folder(`my_folder/`) or a file to compress and apply `open-ssl` for encrypting a compressed file using `aes-256` algoritham to an output encrypted file as `encrypted.tar.gz.enc`.
77+
7778
>>**Note** here `my_folder/` can be a folder or a simple file as `example.txt`.
7879
7980
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:

0 commit comments

Comments
 (0)