logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pwman3 - command line password manager

Authors

       Pwman3  was  originally  written by Ivan Kelly <ivan@ivankelly.net>. Pwman3 is now maintained by Oz Nahum
       <nahumoz@gmail.com>.

                                                                                                       PWMAN3(1)

Description

       Pwman3 aims to provide a simple but powerful command line interface for password management. It allows
       one to store your password in a SQLite database locked by a master password which can be encrypted with
       different algorithms (e.g AES, Blowfish, DES3, IDEA, etc.).

Name

       pwman3 - command line password manager

Options

-h, --help
         Display help message and exit.

       -cFILE, --configFILE
         Read the configuration from FILE instead of the default ~/.pwman3/config.

       -dDATABASE, --databaseDATABASE
         When using the default SQLite backend, use DATABASE file path to read/store passwords.

       -eALGO, --encryption=ALGO
         Use  ALGO to encrypt data. Possible values are: AES , ARC2, ARC4, Blowfish, CAST, DES, DES3, IDEA, RC5.
         The default encryption algorithm used is AES.

       -k, --convert
         Convert old DB format to version >= 0.4. The database that will be converted is the one  found  in  the
         config file, or the one given as command line argument.

       -O, --outputOUTPUT
         Use OUTPUT as file path for the newly created database after converting.

Synopsis

       pwman3 [OPTIONS]

       pwman3 --help

See Also