summaryrefslogtreecommitdiffhomepage
path: root/keysafe.1
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.1')
-rw-r--r--keysafe.16
1 files changed, 3 insertions, 3 deletions
diff --git a/keysafe.1 b/keysafe.1
index a09bf6f..7d0ee2b 100644
--- a/keysafe.1
+++ b/keysafe.1
@@ -28,8 +28,8 @@ the secret key with the password in a way that takes a lot of computation
to decrypt. This makes it hard for an attacker to crack your password,
because each guess they make costs them.
.PP
-Keysafe is designed so that it should take millions of dollars of computer
-time to crack any fairly good password. With a truly good
+Keysafe is designed so that it should take millions of dollars (US)
+of computer time to crack any fairly good password. With a truly good
password, such as four random words, the cracking cost should be many
trillions of dollars. Keysafe checks your password strength (using the
zxcvbn library), and shows an estimate of the cost to crack your password,
@@ -161,6 +161,6 @@ The server's Message Of The Day.
Avoid using expensive cryptographic operations to secure data.
Use for testing only, not with real secret keys.
.SH SEE ALSO
-<https://joeyh.name/code/keysafe/>
+<https://keysafe.branchable.com/>
.SH AUTHOR
Joey Hess <id@joeyh.name>