From f0b38f59ba2115427ae937cc16497e2834226205 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Wed, 7 Sep 2022 17:10:37 +0400 Subject: [PATCH] Added tasks for hash, ciphers, ssh, certs lesson. --- 05_hash_ciphers_ssh_certs/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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