diff --git a/05_hash_ciphers_ssh_certs/tasks.md b/05_hash_ciphers_ssh_certs/tasks.md index d98a49b..b413ad2 100644 --- a/05_hash_ciphers_ssh_certs/tasks.md +++ b/05_hash_ciphers_ssh_certs/tasks.md @@ -16,7 +16,7 @@ openssl help openssl enc -list ``` -3. Зашифруйте и расшифруйте данные с помощью openssl. Используйте команды: +3. Зашифруйте и расшифруйте данные с помощью gpg. Используйте команды: ``` gpg --output encrypted.data --symmetric --cipher-algo AES256 un_encrypted.data gpg --output un_encrypted.data --decrypt encrypted.data