pwman3.1 1.8 KB

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