From ae832e7ec00a30bf23609fcf35e7d1ffcf63e19b Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 8 Oct 2020 17:56:11 +0300 Subject: add docs and change style --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac13ed6 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# LockPassword - a simple terminal password manager +## Synopsis +### lpass [command] + +## Commands +### --init +Initialize password bank. Before use a LockPassword you must be run this command. +### -c +In developing... +### -e name +Edit a existing password in 'name'. +### -g [number-of-symbols] name +Generate a new password using length [number-of-symbols] and insert in name. Without [number-of-symbols] default generate 10 chars. +### -i name +Create 'name' store and insert your password there. +### -R name +Remove 'name' store from the password bank. + +## How are passwords stored? +For now, passwords are kept in clear еtext. We will add password encryption in the next update + +## Guide +Coming soon... -- cgit v1.2.3-18-g5258