Lines Matching +full:128 +full:b
10 B<openssl> B<enc>|I<cipher>
11 [B<-I<cipher>>]
12 [B<-help>]
13 [B<-list>]
14 [B<-ciphers>]
15 [B<-in> I<filename>]
16 [B<-out> I<filename>]
17 [B<-pass> I<arg>]
18 [B<-e>]
19 [B<-d>]
20 [B<-a>]
21 [B<-base64>]
22 [B<-A>]
23 [B<-k> I<password>]
24 [B<-kfile> I<filename>]
25 [B<-K> I<key>]
26 [B<-iv> I<IV>]
27 [B<-S> I<salt>]
28 [B<-salt>]
29 [B<-nosalt>]
30 [B<-z>]
31 [B<-md> I<digest>]
32 [B<-iter> I<count>]
33 [B<-pbkdf2>]
34 [B<-saltlen> I<size>]
35 [B<-p>]
36 [B<-P>]
37 [B<-bufsize> I<number>]
38 [B<-nopad>]
39 [B<-v>]
40 [B<-debug>]
41 [B<-none>]
42 [B<-skeymgmt> I<skeymgmt>]
43 [B<-skeyopt> I<opt>:I<value>]
47 B<openssl> I<cipher> [B<...>]
60 =item B<-I<cipher>>
64 =item B<-help>
68 =item B<-list>
72 =item B<-ciphers>
76 =item B<-in> I<filename>
80 =item B<-out> I<filename>
84 =item B<-pass> I<arg>
89 =item B<-e>
93 =item B<-d>
97 =item B<-a>
103 When the B<-A> option not given,
107 =item B<-base64>
109 Same as B<-a>
111 =item B<-A>
113 If the B<-a> option is set then base64 encoding produces output without any
115 Therefore it can be helpful to use the B<-A> option when decoding unknown input.
117 =item B<-k> I<password>
120 versions of OpenSSL. Superseded by the B<-pass> argument.
122 =item B<-kfile> I<filename>
126 the B<-pass> argument.
128 =item B<-md> I<digest>
133 =item B<-iter> I<count>
139 =item B<-pbkdf2>
142 unless otherwise specified by the B<-iter> command line option.
144 =item B<-saltlen>
146 Set the salt length to use when using the B<-pbkdf2> option.
149 If the B<-pbkdf2> option is not used, then this option is ignored
153 =item B<-nosalt>
155 Don't use a salt in the key derivation routines. This option B<SHOULD NOT> be
159 =item B<-salt>
161 Use salt (randomly generated or provide with B<-S> option) when
164 =item B<-S> I<salt>
169 match the salt length (See B<-saltlen>).
171 =item B<-K> I<key>
175 using the B<-iv> option. When both a key and a password are specified, the
176 key given with the B<-K> option will be used and the IV generated from the
180 =item B<-iv> I<IV>
183 of hex digits. When only the key is specified using the B<-K> option, the
187 =item B<-p>
191 =item B<-P>
196 =item B<-bufsize> I<number>[B<k>]
199 The maximum size that can be specified is B<2^31-1> (2147483647) bytes.
200 The B<k> suffix can be specified to indicate that I<number> is provided
203 =item B<-nopad>
207 =item B<-v>
211 =item B<-debug>
215 =item B<-z>
221 =item B<-none>
225 =item B<-skeymgmt> I<skeymgmt>
228 to know the name of the B<EVP_SKEYMGMT> to be used. If not specified, the name
234 =item B<-skeyopt> I<opt>:I<value>
258 configuration file. Engines specified on the command line using B<-engine>
268 The B<-salt> option should B<ALWAYS> be used if the key is being derived
272 Without the B<-salt> option it is possible to perform efficient dictionary
278 passphrase without explicit salt given using B<-S> option), the first bytes
295 Blowfish and RC5 algorithms use a 128 bit key.
297 Please note that OpenSSL 3.0 changed the effect of the B<-S> option.
300 Conversely, when the B<-S> option is used during decryption, the ciphertext
304 explicit salt under OpenSSL 1.1.1 do not use the B<-S> option, the salt will
307 the B<-S> option, the salt will be then be generated randomly and prepended
315 with the B<-list> option (that is C<openssl enc -list>) is
322 when B<-out> is not used) before the authentication tag could be validated.
326 integrity upon reuse of key/iv/nonce, and since B<openssl enc> places the
392 rc2-cbc 128 bit RC2 in CBC mode
394 rc2-cfb 128 bit RC2 in CFB mode
395 rc2-ecb 128 bit RC2 in ECB mode
396 rc2-ofb 128 bit RC2 in OFB mode
400 rc4 128 bit RC4
423 aes-[128|192|256]-cbc 128/192/256 bit AES in CBC mode
424 aes[128|192|256] Alias for aes-[128|192|256]-cbc
425 aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode
426 aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode
427 aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode
428 aes-[128|192|256]-ctr 128/192/256 bit AES in CTR mode
429 aes-[128|192|256]-ecb 128/192/256 bit AES in ECB mode
430 aes-[128|192|256]-ofb 128/192/256 bit AES in OFB mode
432 aes-[128|192|256]-wrap key wrapping using 128/192/256 bit AES
433 aes-[128|192|256]-wrap-pad key wrapping with padding using 128/192/256 bit AES
435 aria-[128|192|256]-cbc 128/192/256 bit ARIA in CBC mode
436 aria[128|192|256] Alias for aria-[128|192|256]-cbc
437 aria-[128|192|256]-cfb 128/192/256 bit ARIA in 128 bit CFB mode
438 aria-[128|192|256]-cfb1 128/192/256 bit ARIA in 1 bit CFB mode
439 aria-[128|192|256]-cfb8 128/192/256 bit ARIA in 8 bit CFB mode
440 aria-[128|192|256]-ctr 128/192/256 bit ARIA in CTR mode
441 aria-[128|192|256]-ecb 128/192/256 bit ARIA in ECB mode
442 aria-[128|192|256]-ofb 128/192/256 bit ARIA in OFB mode
444 camellia-[128|192|256]-cbc 128/192/256 bit Camellia in CBC mode
445 camellia[128|192|256] Alias for camellia-[128|192|256]-cbc
446 camellia-[128|192|256]-cfb 128/192/256 bit Camellia in 128 bit CFB mode
447 camellia-[128|192|256]-cfb1 128/192/256 bit Camellia in 1 bit CFB mode
448 camellia-[128|192|256]-cfb8 128/192/256 bit Camellia in 8 bit CFB mode
449 camellia-[128|192|256]-ctr 128/192/256 bit Camellia in CTR mode
450 camellia-[128|192|256]-ecb 128/192/256 bit Camellia in ECB mode
451 camellia-[128|192|256]-ofb 128/192/256 bit Camellia in OFB mode
463 Encrypt a file using AES-128 using a prompted password
491 The B<-A> option when used with large files doesn't work properly.
492 On the other hand, when base64 decoding without the B<-A> option,
496 The B<openssl enc> command only supports a fixed number of algorithms with
508 The B<-list> option was added in OpenSSL 1.1.1e.
510 The B<-ciphers> and B<-engine> options were deprecated in OpenSSL 3.0.
512 The B<-saltlen> option was added in OpenSSL 3.2.
514 The B<-skeymgmt> and B<-skeyopt> options were added in OpenSSL 3.5.