Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
- signed-off-by: trimstray <[email protected]>
  • Loading branch information
trimstray committed Jan 4, 2021
1 parent 2f42e73 commit 6a33e82
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
hash :no_entry: plaintext
_Hashing_

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

**Symmetric encryption**
plaintext :arrow_right: :key: :arrow_right: ciphertext
plaintext :arrow_left: :key: :arrow_left: ciphertext
_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
plaintext :arrow_left: :part_alternation_mark: :arrow_left: ciphertext
(:key: public key, :part_alternation_mark: private 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_

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

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

0 comments on commit 6a33e82

Please sign in to comment.