summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-31 18:41:46 +0300
committerLars Wirzenius <liw@liw.fi>2019-03-31 18:41:46 +0300
commite834dde50717f577f27f3de6c87d73eeb2e1239d (patch)
treee67db519b68fe7b8121cefaf37d6eac0e2b00b58
parent1c6b65ca79a12803a5acdd98736f0559f538d54a (diff)
downloadick.liw.fi-e834dde50717f577f27f3de6c87d73eeb2e1239d.tar.gz
Add: peppering of secrets
-rw-r--r--yuck.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yuck.mdwn b/yuck.mdwn
index 7908b01..352ccd9 100644
--- a/yuck.mdwn
+++ b/yuck.mdwn
@@ -128,7 +128,8 @@ reference in discussions.
minimises damage if they leak. Credentials SHOULD be stored
encrypted using a respected encryption algorithm (such as
scrypt) and using per-credential salting. Or something stronger
- may be implemented instead.
+ may be implemented instead. Additionally, all the credntial
+ records SHOULD be encrypted for an additional layer of defense.
* (MFA) Yuck MUST support multi-factor authentication using secure
factors.
* (PROTOS) Yuck MUST use secure protocols to authenticate users