Lines Matching refs:password
23 [B<-k> I<password>]
84 The password source. For more information about the format of I<arg>
115 =item B<-k> I<password>
117 The password to derive the key from. This is for compatibility with previous
122 Read the password to derive the key from the first line of I<filename>.
133 Use a given number of iterations on the password in deriving the encryption key.
173 using the B<-iv> option. When both a key and a password are specified, the
175 password will be taken. It does not make much sense to specify both key
176 and password.
182 IV must explicitly be defined. When a password is being specified using
183 one of the other options, the IV is generated from this password.
246 A password will be prompted for to derive the key and IV if necessary.
249 from a password unless you want compatibility with previous versions of
253 attacks on the password and to attack stream cipher encrypted data. The reason
254 for this is that without the salt the same password always generates the same
266 block padding. This allows a rudimentary integrity or password check to
443 Encrypt a file using AES-128 using a prompted password
448 Decrypt a file using a supplied password:
451 -pass pass:<password>
458 Base64 decode a file then decrypt it using a password supplied in a file: