From d53f9acbd0bdc0a8df778f2945d3ccdf1cde60b5 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 29 Aug 2013 21:43:58 +0100 Subject: [PATCH] Added warning to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d3cd37f..8f8e537 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ line and separated by a single space, as such: username2 sha1_hashed_password username3 sha1_hashed_password +**Cracking SHA1 hashed passwords is trivial. Do not rely upon it to keep your +passwords secure. It is only used here to protect against people seeing your +screen briefly when the auth file is open. Treat this file as you would treat +a private key file.** Design Principles -----------------