Lines Matching refs:password
16 Several OpenSSL commands accept password arguments, typically using B<-passin>
18 the password to be obtained from a variety of sources. Both of these
20 password argument is given and a password is required then the user is
35 =item B<pass:>I<password>
37 The actual password is I<password>. Since the password is visible
43 Obtain the password from the environment variable I<var>. Since
49 Reads the password from the specified file I<pathname>, which can be a regular
54 arguments, the first line will be used for the input password, and the next
55 line will be used for the output password.
59 Reads the password from the file descriptor I<number>. This can be useful for
67 Reads the password from standard input. The same line handling as described for