From 11add4bca35c2f71849902e656e7d6225ac1a402 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 21 Nov 2018 06:53:33 +0000 Subject: [PATCH] Quick readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd6d7e5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +PassMate is a client-side JavaScript password generator that produces printable password books. It is intended to provide a simplified, somewhat less secure password manager alternative for people who find password managers confusing or prefer paper. There's no server-side code here; it's served entirely as static content. + +Live version: [passmate.io](https://passmate.io)