From 0d4eedc0c6fbe75e17e49587587e36b13c574826 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 12 Mar 2017 20:12:21 -0600 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe6fd3c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This is a very simple, but cryptographically decent, password generator. + +Click on the extension icon, and it makes a password of length 12 +You can dial the length up or down and tell it not to include certain character classes, +and the password is updated automatically. + +The extension makes sure any generated password is in your clipboard. +So when you need a password, +typically you can click the extension, +then go back to the form and paste in your new password. + +Hooray! \ No newline at end of file