123456789101112131415161718192021222324252627282930313233343536373839404142 |
- Pwman3 - tutorial
- Pwman3 is a text centric password manager, and as such suitable for people wishing
- to use it over SSH or brail terminals.
- Pwman3 is launched by typing ``pwman3`` in your shell. Multiple start options are
- available. You can see them by typing::
-
- $ pwman3 -h
- For more information see also ``man pwman3``.
- When started for the first time, ``pwman3`` will create a configuration file
- and your database (By default an SQLite database called ``pwman.db``) in your
- home directory under ``.pwman``.
- Before creating the database you will be asked to enter the master password which
- will be used to create an encryption key which will be used to encrypt the entries
- in your database::
- $ pwman3
- Please type in the master password:
- Take note of this password! If you forget it, you won't be able to read your password
- database.
- Now ``pwman3`` will wait for your input. The user interface is
- a simple loop waiting for user commands. You can see all the commands by typing::
- pwman> help
- Documented commands (type help <topic>):
- ========================================
- cls delete exit forget list open print
- copy edit export help new passwd tags
- Aliases:
- ========
- EOF cp h ls n o p rm
- Most commands have a single or two letter alias which is easy to remember.
|