commit 7ec38d2637455df3a6e83ba50cba427306d91a2a
parent be7ab1380c0d7752456acb226439c1c15404c351
Author: Jackson G. Kaindume <seestem@merely.tech>
Date: Sun, 14 Aug 2022 21:03:57 +0200
[doc] add document header
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/doc/password-hashing.md b/doc/password-hashing.md
@@ -1,4 +1,12 @@
-# Password Hashing
+---
+title: Password Hashing
+subtitle: 🔐
+author: Jackson G. Kaindume
+date: 2022-08-14
+...
+---
+
+## Why hash?
It is only a matter of time until your server gets hacked, and
when that happens you don't want the users passwords to be leaked --