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

Commit 5dd3b60

Browse files
committed
added
1 parent f54542a commit 5dd3b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/encrypt/EncryptAFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
tar cz my_folder/ | openssl enc -aes-256-cbc -e > encrypted.tar.gz.enc
7575

76-
>>**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`.
76+
>**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`.
7777
7878
>>**Note** here `my_folder/` can be a folder or a simple file as `example.txt`.
7979

0 commit comments

Comments
 (0)