pwman3.1 758 B

1234567891011121314151617181920212223242526272829303132
  1. .TH PWMAN3 1 "30 November 2006"
  2. .SH NAME
  3. pwman3 \- command line password manager
  4. .SH SYNOPSIS
  5. \fBpwman3\fP [\fIoptions\fP]
  6. .SH DESCRIPTION
  7. .TP
  8. \fB\-c, \-\-config\fP FILE
  9. Read the configuration from \fBFILE\fP instead of the default
  10. \fB~/.pwman3/config\fP.
  11. .TP
  12. \fB\-d, \-\-database\fP FILE
  13. When using the default sqlite backend, use \fBFILE\fP to read/store passwords.
  14. .TP
  15. \fB\-e, \-\-encryption\fP ALGO
  16. Use \fBALGO\fP to encrypt data. Possible values are: AES, ARC2, ARC4, Blowfish,
  17. CAST, DES, DES3, IDEA, RC5
  18. The default encryption algorithm used is Blowfish.
  19. .TP
  20. \fB\-h, \-\-help\fP
  21. Display help and exit.
  22. .SH AUTHOR
  23. This manpage has been written by Julien Louis <ptitlouis@sysif.net> for the Debian
  24. GNU/Linux system but may be used by the others.