# 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...