File: passwordmaker.1

package info (click to toggle)
passwordmaker-cli 1.5%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: cpp: 6,784; javascript: 639; makefile: 15
file content (130 lines) | stat: -rw-r--r-- 3,714 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.TH "PASSWORDMAKER" "1" "March 2011" "passwordmaker " "User Commands"

.SH "NAME"
.B passwordmaker
- Generates and manages passwords.

.SH "SYNOPSIS"
.B passwordmaker
[\-f\ <string>]
[\-\-search\ <string>]
[\-L]
[\-b]
[\-0]
[\-x]
[\-r\ <string>]
[\-a\ <MD4|MD5|SHA1|SHA256|RIPEMD160>]
[\-\-account_skip\ <integer>]
[\-\-account\ <string>]
[\-c\ <string>]
[\-g\ <integer>]
[\-d\ <string>]
[\-s\ <string>]
[\-p\ <string>]
[\-u\ <string>]
[\-l\ <none|before|after|both>]
[\-e\ <1|2|3|4|5|6|7|8|9>]
[\-m\ <string>]
[\-\-]
[\-v]
[\-h]

.SH "DESCRIPTION"
A small, lightweight, free, extension for Internet Explorer, Firefox, Mozilla,
Netscape, Flock, and Yahoo! Widgets which creates unique, secure passwords
that are very easy for you to retrieve but no one else. Nothing is stored
anywhere, anytime, so there's nothing to be hacked, lost, or stolen.

This is the Command Line Version.

.SH "CONFIGFILE"
passwordmaker by default looks for a Configfile in $HOME/.passwordmaker.rdf.
The syntax is compatible to rdf-files generated by the sister-applications for
Browsers. (see below)  You can simply take a rdf-File and place it in
$HOME/.passwordmaker.rdf. An example for the syntax can be found in
/usr/share/doc/passwordmaker-cli/passwordmaker.rdf

.SH "OPTIONS"

.TP
\fB\-f\fR <string>, \fB\-\-file\fR <string>
Path/filename to a settings file (value required)
.TP
\fB\-\-search\fR <string>
Search config file for an account matching the
supplied URL. If found, that account's settings will be used to
generate the password. (value required)

Example: passwordmaker \fB\-\-search\fR
https://yoursite.com/login.phtml
.TP
\fB\-L\fR, \fB\-\-list\fR
List all accounts and groups in the config file.
.TP
\fB\-b\fR, \fB\-\-verbose\fR
Echo command\-line arguments
.TP
\fB\-0\fR, \fB\-\-trimzeros\fR
Trim leading zeros from the generated password
.TP
\fB\-x\fR, \fB\-\-HMAC\fR
Use the HMAC version of the specified hash algorithm
.TP
\fB\-r\fR <string>, \fB\-\-url\fR <string>
URL (equivalent to "Use This URL" in the Firefox/Mozilla extension) (value
required)
.TP
\fB\-a\fR <MD4|MD5|SHA1|SHA256|RIPEMD160>, \fB\-\-alg\fR <MD4|MD5|SHA1|SHA256|RIPEMD160>
Hash Algorithm (value required)
.TP
\fB\-\-account_skip\fR <integer>
Account skip (value required)
.TP
\fB\-\-account\fR <string>
Account (value required)
.TP
\fB\-c\fR <string>, \fB\-\-chars\fR <string>
Characters (value required)
.TP
\fB\-g\fR <integer>, \fB\-\-length\fR <integer>
Password Length (value required)
.TP
\fB\-d\fR <string>, \fB\-\-modifier\fR <string>
Password Modifier (value required)
.TP
\fB\-s\fR <string>, \fB\-\-suffix\fR <string>
Password Suffix (value required)
.TP
\fB\-p\fR <string>, \fB\-\-prefix\fR <string>
Password Prefix (value required)
.TP
\fB\-u\fR <string>, \fB\-\-username\fR <string>
Username (value required)
.TP
\fB\-l\fR <none|before|after|both>, \fB\-\-l33t\fR <none|before|after|both>
Where to use l33t (value required)
.TP
\fB\-e\fR <1|2|3|4|5|6|7|8|9>, \fB\-\-level\fR <1|2|3|4|5|6|7|8|9>
l33t level (value required)
.TP
\fB\-m\fR <string>, \fB\-\-mpw\fR <string>
Master Password (value required)
.TP
\fB\-\-\fR, \fB\-\-ignore_rest\fR
Ignores the rest of the labeled arguments following this flag.
.TP
\fB\-v\fR, \fB\-\-version\fR
Displays version information and exits.
.TP
\fB\-h\fR, \fB\-\-help\fR
Displays usage information and exits.

.SH "SEE ALSO"
http://passwordmaker.org/

.SH "AUTHOR"
This man page was generated with help2man and reworked by Cord Beermann
<cord@debian.org>, maintainer of the Debian package, for the \fBDebian\fP
system (but may be used by others).  Permission is granted to copy, distribute
and/or modify this document under the terms of the GNU Lesser General Public
License Version 2 or later.