3 коммитов

Автор SHA1 Сообщение Дата
  trimstray d1228c1b69 fix typos v2 3 лет назад
  trimstray 6a33e82157 fix typos 3 лет назад
  trimstray 2f42e73242 add 'Hashing, encryption and encoding' 3 лет назад
1 измененных файлов: 24 добавлений и 0 удалений
  1. +24
    -0
      README.md

+ 24
- 0
README.md Просмотреть файл

@@ -1612,6 +1612,30 @@ http://192.168.516 → 192.168.2.4

For more information please see [How to Obscure Any URL](http://www.pc-help.org/obscure.htm) and [Magic IP Address Shortcuts](https://stuff-things.net/2014/09/25/magic-ip-address-shortcuts/).

###### Hashing, encryption and encoding (by [Michal Špaček](https://twitter.com/spazef0rze))

_Hashing_

plaintext :arrow_right: hash<br>
hash :no_entry: plaintext

_Symmetric encryption_

plaintext :arrow_right: :key: :arrow_right: ciphertext<br>
plaintext :arrow_left: :key: :arrow_left: ciphertext<br>
(:key: shared key)

_Asymmetric encryption_

plaintext :arrow_right: :key: :arrow_right: ciphertext<br>
plaintext :arrow_left: :part_alternation_mark: :arrow_left: ciphertext<br>
(:key: public key, :part_alternation_mark: private key)<br>

_Encoding_

text :arrow_right: encoded<br>
text :arrow_left: encoded

#### One-liners &nbsp;[<sup>[TOC]</sup>](#anger-table-of-contents)

##### Table of Contents


Загрузка…
Отмена
Сохранить