From 7b7721c2f495e4948c0b773e20740672703dcd9c Mon Sep 17 00:00:00 2001 From: Mtq Date: Wed, 28 Sep 2022 15:40:19 +0200 Subject: Updated Password Strength (markdown) --- Password-Strength.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Password-Strength.md b/Password-Strength.md index 4859da7..babf0f8 100644 --- a/Password-Strength.md +++ b/Password-Strength.md @@ -9,6 +9,10 @@ Character Set | Password length | Password length `A-Za-z0-9` (62) | 11 | 22 `A-Za-z0-9%$&/...` (95) | 10 | 20 +Use this metod, to generate first KeePass password + +![](https://user-images.githubusercontent.com/5884000/192772787-1ef51fcc-44a6-4817-ae93-c012896ccb31.png) + gocryptfs uses *scrypt* password hashing. The [scrypt paper](https://www.tarsnap.com/scrypt/scrypt.pdf) includes this table that estimates the cost for cracking a password in one year: ![scrypt-table1](https://user-images.githubusercontent.com/286847/40873575-2b7c6436-6663-11e8-827c-ee327269d826.png) -- cgit v1.2.3