YAPET(1) | YAPET | YAPET(1) |
NAME¶
yapet - text based password manager
SYNOPSIS¶
yapet [[-c] | [-h] | [-V] [[-i] | [-r rcfile]] [[-s] | [-S]] [-t sec]] [filename] v == DESCRIPTION
yapet provides a text user interface for storing passwords and associated information (referred to as password records) in files encrypted on disk. A password record is comprised of a record name, host name, user name, password, and comment. A master password is required to encrypt/decrypt the password records in a given file. yapet does not impose a limit of password records per file.
Files created by yapet always have the suffix .pet. Also, if a file is loaded using the command line, yapet appends the suffix .pet to the filename unless the filename includes this suffix already. By default, yapet refuses to load files not having a file mode of 0600. This behavior can be changed by providing the -s option when starting yapet or using a configuration file (see yapet_config(5), and OPTIONS).
After loading a file, the record name of each password record is displayed in a list. Existing password records can be opened by selecting them and pressing Enter. By default, existing password records are opened in read-only mode to avoid accidental changes. Pressing Ctrl+r toggles between read-only and edit mode.
On terminals supporting colors, the password is hidden if the password record dialog is in read-only mode. The password can be made visible, by either going to edit mode (Ctrl+r), or by pressing Ctrl+t.
yapet relies on OpenSSL for encryption and decryption of password records. Starting with YAPET 2.0 the cipher used is AES-256. YAPET 2.0 will read and write pre YAPET 2.0 files. Pre YAPET 2.0 files are converted to YAPET 2.0 files when changing the master password. Once converted, the files can no longer be read by pre YAPET 2.0 versions.
Other features of yapet are:
Main Window Function Keys¶
Following function keys are recognized in the main window:
h
Enter
s
r
e
l
a
d
o
/
n
c
i
Ctrl+l
g
q
Cursor Movement Keys¶
Cursor movement, whether in clear text or password fields, is accomplished by using the following keys:
Left,Ctrl+b
Right, Ctrl+f
Home, Ctrl+a
End, Ctrl+e
Backspace
Delete, Ctrl+d
Ctrl+k
Ctrl+u
Enter, Tab
Shift+Tab
Password Record Dialog Keys¶
Following function keys are recognized in the password record dialog, besides cursor movement keys (see Cursor Movement Keys):
Ctrl+r
Ctrl+t
OPTIONS¶
The following options are supported:
-c
-h
-i
-r rcfile
-s
Providing this options disables those checks and yapet will load files with owners other than the process owner of yapet and file modes different from 0600. New files saved while this option is active will have the file mode set according to umask(2).
-S
New files saved while this option is active will have the file mode set to 0600. This is the default mode.
-t sec
Default: 10 min.
-V
filename
FILES¶
$HOME/.yapet
ENVIRONMENT¶
LC_MESSAGES
BUGS¶
Please report bugs to <https://github.com/RafaelOstertag/yapet/issues>.
AUTHORS¶
Rafael Ostertag <rafi@guengel.ch>.
SEE ALSO¶
yapet_config(5), yapet_colors(5), yapet2csv(1), csv2yapet(1)
2022-03-12 | YAPET 2.6 |