From 975b62d6aa131e18fe0fcd402a8bc6a2a8d7244c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 5 Jun 2023 12:43:57 +0400 Subject: [PATCH] Add info --- 05_cryptography_and_algorithms.md | 36 +++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/05_cryptography_and_algorithms.md b/05_cryptography_and_algorithms.md index 9a2f7fd..e0b8d95 100644 --- a/05_cryptography_and_algorithms.md +++ b/05_cryptography_and_algorithms.md @@ -12,6 +12,38 @@ Криптография и алгоритмы ======================== + + +Основные понятия +---------------- + * Хэш-функции -* Шифрование, ЭЦП -* DHT +* Симметричная криптография + * Шифрование +* Асимметричная криптография + * Шифрование + * ЭЦП (электронная цифровая подпись) +* DHT (distributed hash table) + + + +Другие важные понятия +--------------------- + +* PKI (public key infrastructure) + * Certificate chain +* ToFU (trust on first use) +* Forward secrecy + + + +Реализации +---------- + +* [SSL]/TLS v1.3 +* SSH +* PGP (Pretty Good Privacy) + * PGP (proprietary) + * OpenPGP + * GPG (GnuPG; free software) +* Bitcoin (and other cryptocurrencies)