Lines Matching refs:B
10 B<openssl passwd>
11 [B<-help>]
12 [B<-1>]
13 [B<-apr1>]
14 [B<-aixmd5>]
15 [B<-5>]
16 [B<-6>]
17 [B<-salt> I<string>]
18 [B<-in> I<file>]
19 [B<-stdin>]
20 [B<-noverify>]
21 [B<-quiet>]
22 [B<-table>]
23 [B<-reverse>]
32 taken from the named file for option B<-in>, from stdin for
33 option B<-stdin>, or from the command line, or from the terminal otherwise.
39 =item B<-help>
43 =item B<-1>
45 Use the MD5 based BSD password algorithm B<1> (default).
47 =item B<-apr1>
49 Use the B<apr1> algorithm (Apache variant of the BSD algorithm).
51 =item B<-aixmd5>
53 Use the B<AIX MD5> algorithm (AIX variant of the BSD algorithm).
55 =item B<-5>
57 =item B<-6>
59 Use the B<SHA256> / B<SHA512> based algorithms defined by Ulrich Drepper.
62 =item B<-salt> I<string>
65 When reading a password from the terminal, this implies B<-noverify>.
67 =item B<-in> I<file>
71 =item B<-stdin>
73 Read passwords from B<stdin>.
75 =item B<-noverify>
79 =item B<-quiet>
83 =item B<-table>
88 =item B<-reverse>
90 When the B<-table> option is used, reverse the order of cleartext and hash.
111 The B<-crypt> option was removed in OpenSSL 3.0.