commit 03cabfb0b78266efb4409f5d589b3a8d1ce5fcad
parent 5770aac9da0ce184bf9d39eb38ba73dc3ca0754c
Author: lash <dev@holbrook.no>
Date: Tue, 25 Jun 2024 22:12:26 +0100
Improve headings for clortho
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/20220112_clortho.rst b/content/20220112_clortho.rst
@@ -27,8 +27,8 @@ Another, perhaps more sinister, issue is that it's pretty clear for anyone readi
So what if I want to store key/value pairs, and at the same time I want to hide what I am storing?
-Hiding the key
-==============
+Hiding in plain cipher text
+===========================
A simple solution is to hash the key together with some passphrase as "salt", along the lines of this:
@@ -98,8 +98,8 @@ At the end of this operation, the *encrypted* value is stored in a file whose na
-Mastering the keys
-------------------
+Key Mastering
+-------------
Let's say you want to store some `Ethereum addresses`_ that are of interest to you, but should be of interest to noone else.