mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
Note NULL encryption method for GELI
PR: docs/180551 Submitted by: r4721@tormail.org Approved by: gjb (mentor)
This commit is contained in:
parent
cfb2932bf4
commit
454283379f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253957
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 18, 2012
|
||||
.Dd July 5, 2013
|
||||
.Dt GELI 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -285,11 +285,14 @@ Currently supported algorithms are:
|
||||
.Nm AES-XTS ,
|
||||
.Nm AES-CBC ,
|
||||
.Nm Blowfish-CBC ,
|
||||
.Nm Camellia-CBC
|
||||
.Nm Camellia-CBC ,
|
||||
.Nm 3DES-CBC ,
|
||||
and
|
||||
.Nm 3DES-CBC .
|
||||
.Nm NULL .
|
||||
The default and recommended algorithm is
|
||||
.Nm AES-XTS .
|
||||
.Nm NULL
|
||||
is unencrypted.
|
||||
.It Fl i Ar iterations
|
||||
Number of iterations to use with PKCS#5v2 when processing User Key
|
||||
passphrase component.
|
||||
|
Loading…
Reference in New Issue
Block a user