View | Details | Raw Unified | Return to bug 180551
Collapse All | Expand All

(-)sbin/geom/class/eli/geli.8 (-2 / +5 lines)
Lines 277-287 Link Here
277
.Nm AES-XTS ,
277
.Nm AES-XTS ,
278
.Nm AES-CBC ,
278
.Nm AES-CBC ,
279
.Nm Blowfish-CBC ,
279
.Nm Blowfish-CBC ,
280
.Nm Camellia-CBC
280
.Nm Camellia-CBC ,
281
.Nm 3DES-CBC ,
281
and
282
and
282
.Nm 3DES-CBC .
283
.Nm NULL .
283
The default and recommended algorithm is
284
The default and recommended algorithm is
284
.Nm AES-XTS .
285
.Nm AES-XTS .
286
.Nm NULL
287
is unencrypted.
285
.It Fl i Ar iterations
288
.It Fl i Ar iterations
286
Number of iterations to use with PKCS#5v2.
289
Number of iterations to use with PKCS#5v2.
287
If this option is not specified,
290
If this option is not specified,

Return to bug 180551