aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ac13ed6214e44ab59306982fca0515db648dff59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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...