From 6a33e821578fbc6da78b2c264d1d5985c748815b Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 4 Jan 2021 11:59:53 +0100 Subject: [PATCH] fix typos - signed-off-by: trimstray --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a75971d..e147dff 100644 --- a/README.md +++ b/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** -hash :no_entry: plaintext +_Hashing_ + +hash :no_entry: plaintext
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
+plaintext :arrow_left: :key: :arrow_left: ciphertext
(: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
+plaintext :arrow_left: :part_alternation_mark: :arrow_left: ciphertext
+(:key: public key, :part_alternation_mark: private key)
+ +_Encoding_ -**Encoding** -text :arrow_right: encoded +text :arrow_right: encoded
text :arrow_left: encoded #### One-liners  [[TOC]](#anger-table-of-contents)