pwman3.1 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH PWMAN3 1 "24 April 2014"
  2. .SH NAME
  3. pwman3 \- command line password manager
  4. .SH SYNOPSIS
  5. \fBpwman3\fP [\fIoptions\fP]
  6. \fBpwman3\fP --help
  7. .SH DESCRIPTION
  8. Pwman3 aims to provide a simple but powerful command line interface for
  9. password management. It allows one to store your password in a SQLite
  10. database locked by a master password which can be encrypted with
  11. different algorithms (e.g AES, Blowfish, DES3, IDEA, etc.).
  12. .SH OPTIONS
  13. .IP "\fB\-h\fR, \fB\-\-help\fR" 2
  14. .IX Item "-h, --help"
  15. Display help message and exit.
  16. .IP "\fB\-c\fR \fI\s-1FILE\s0\fR, \fB\-\-config\fR \fI\s-1FILE\s0\fR" 2
  17. .IX Item "-c FILE, --config FILE"
  18. Read the configuration from \s-1FILE\s0 instead of the default \fB~/.pwman3/config\fR.
  19. .TP
  20. .IP "\fB\-d\fR \fI\s-1DATABASE\s0\fR, \fB\-\-database\fR \fI\s-1DATABASE\s0\fR" 2
  21. .IX Item "-d DATABASE, --database DATABASE"
  22. When using the default SQLite backend, use \s-1DATABASE\s0 file path to read/store
  23. passwords.
  24. .IP "\fB\-e\fR \fI\s-1ALGO\s0\fR, \fB\-\-encryption\fR=\fI\s-1ALGO\s0\fR" 2
  25. .IX Item "-e ALGO, --encryption=ALGO"
  26. Use \s-1ALGO\s0 to encrypt data. Possible values are: \s-1AES , ARC2, ARC4,\s0
  27. Blowfish, \s-1CAST, DES, DES3, IDEA, RC5.\s0 The default encryption algorithm used is
  28. \&\s-1AES.\s0
  29. .IP "\fB\-k\fR, \fB\-\-convert\fR" 2
  30. .IX Item "-k, --convert"
  31. Convert old \s-1DB\s0 format to version >= 0.4. The database that will be converted is
  32. the one found in the config file, or the one given as command line argument.
  33. .IP "\fB\-O\fR, \fB\-\-output\fR \fI\s-1OUTPUT\s0\fR" 2
  34. .IX Item "-O, --output OUTPUT"
  35. Use \s-1OUTPUT\s0 as file path for the newly created database after converting.
  36. .SH "AUTHORS"
  37. .IX Header "AUTHORS"
  38. Pwman3 was originally written by Ivan Kelly <ivan@ivankelly.net>. Pwman3 is now
  39. maintained by Oz Nahum <nahumoz@gmail.com>.