1
0
Fork 0
This commit is contained in:
Alex Kotov 2023-06-05 12:43:57 +04:00
parent d7f3076b5f
commit 975b62d6aa
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 34 additions and 2 deletions

View File

@ -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)