man(1) | ylva man page | man(1) |
ylva - command line password manager
ylva [FLAGS] <OPTIONS>
Ylva is a command line password manager program for Unix-like operating systems.
Create a new database:
ylva --init "/path/to/file.db"
Open and decrypt database:
ylva --decrypt "/path/to/existing/file.db"
Close and encrypt database:
ylva --encrypt
Ylva knows what database is currently active and encrypts it. Encrypting will ask you to type a master passphrase which is used for encryption.
Add an entry to an open database:
ylva --add
If you want to export all entries to a file:
ylva --show-passwords -A > file.txt
To show latest 10 entries:
ylva --show-latest 10
Ylva supports colored output. To use colors, set an environment variable YLVA_COLOR with one of the following value: BLUE, RED, GREEN, YELLOW, MAGENTA, CYAN or WHITE.
Ylva does not have a concept of "change the master password". When you encrypt an open database using --encrypt you can type a master password. This password is then required to decrypt the database. You can change the master password every time when you encrypt the database, if you want to.
$HOME/.ylva.lock
Written by Niko Rosvall.
Copyright (C) 2020 Niko Rosvall <niko@byteptr.com>
Released under MIT license.
17 Apr 2020 | 1.6 |