mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-19 18:06:14 +00:00
fix typos
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
2f42e73242
commit
6a33e82157
26
README.md
26
README.md
@ -1614,22 +1614,26 @@ For more information please see [How to Obscure Any URL](http://www.pc-help.org/
|
|||||||
|
|
||||||
###### Hashing, encryption and encoding (by [Michal Špaček](https://twitter.com/spazef0rze))
|
###### Hashing, encryption and encoding (by [Michal Špaček](https://twitter.com/spazef0rze))
|
||||||
|
|
||||||
**Hashing**
|
_Hashing_
|
||||||
hash :no_entry: plaintext
|
|
||||||
|
hash :no_entry: plaintext<br>
|
||||||
plaintext :arrow_right: hash
|
plaintext :arrow_right: hash
|
||||||
|
|
||||||
**Symmetric encryption**
|
_Symmetric encryption_
|
||||||
plaintext :arrow_right: :key: :arrow_right: ciphertext
|
|
||||||
plaintext :arrow_left: :key: :arrow_left: ciphertext
|
plaintext :arrow_right: :key: :arrow_right: ciphertext<br>
|
||||||
|
plaintext :arrow_left: :key: :arrow_left: ciphertext<br>
|
||||||
(:key: shared key)
|
(:key: shared key)
|
||||||
|
|
||||||
**Asymmetric encryption**
|
_Asymmetric encryption_
|
||||||
plaintext :arrow_right: :key: :arrow_right: ciphertext
|
|
||||||
plaintext :arrow_left: :part_alternation_mark: :arrow_left: ciphertext
|
|
||||||
(:key: public key, :part_alternation_mark: private key)
|
|
||||||
|
|
||||||
**Encoding**
|
plaintext :arrow_right: :key: :arrow_right: ciphertext<br>
|
||||||
text :arrow_right: encoded
|
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
|
text :arrow_left: encoded
|
||||||
|
|
||||||
#### One-liners [<sup>[TOC]</sup>](#anger-table-of-contents)
|
#### One-liners [<sup>[TOC]</sup>](#anger-table-of-contents)
|
||||||
|
Loading…
Reference in New Issue
Block a user