From 0d93e00462946d64b5e47c3663128437b3795046 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Wed, 7 Sep 2022 16:22:26 +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 9341b03..0a85e94 100644 --- a/05_hash_ciphers_ssh_certs/tasks.md +++ b/05_hash_ciphers_ssh_certs/tasks.md @@ -42,7 +42,7 @@ gpg --output un_encrypted.data --decrypt encrypted.data 8. Сгенерируйте сертификат x.509 и ключ с помощью openssl. -# Справка: +# Справка ### Хэш функция ```