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)