Deleted Added
full compact
geli.8 (248700) geli.8 (253957)
1.\" Copyright (c) 2005-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2005-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/geom/class/eli/geli.8 248700 2013-03-25 12:38:45Z maxim $
25.\" $FreeBSD: head/sbin/geom/class/eli/geli.8 253957 2013-08-05 10:38:34Z crees $
26.\"
26.\"
27.Dd June 18, 2012
27.Dd July 5, 2013
28.Dt GELI 8
29.Os
30.Sh NAME
31.Nm geli
32.Nd "control utility for the cryptographic GEOM class"
33.Sh SYNOPSIS
34To compile GEOM_ELI into your kernel, add the following lines to your kernel
35configuration file:

--- 244 unchanged lines hidden (view full) ---

280as the
281.Ar backupfile .
282.It Fl e Ar ealgo
283Encryption algorithm to use.
284Currently supported algorithms are:
285.Nm AES-XTS ,
286.Nm AES-CBC ,
287.Nm Blowfish-CBC ,
28.Dt GELI 8
29.Os
30.Sh NAME
31.Nm geli
32.Nd "control utility for the cryptographic GEOM class"
33.Sh SYNOPSIS
34To compile GEOM_ELI into your kernel, add the following lines to your kernel
35configuration file:

--- 244 unchanged lines hidden (view full) ---

280as the
281.Ar backupfile .
282.It Fl e Ar ealgo
283Encryption algorithm to use.
284Currently supported algorithms are:
285.Nm AES-XTS ,
286.Nm AES-CBC ,
287.Nm Blowfish-CBC ,
288.Nm Camellia-CBC
288.Nm Camellia-CBC ,
289.Nm 3DES-CBC ,
289and
290and
290.Nm 3DES-CBC .
291.Nm NULL .
291The default and recommended algorithm is
292.Nm AES-XTS .
292The default and recommended algorithm is
293.Nm AES-XTS .
294.Nm NULL
295is unencrypted.
293.It Fl i Ar iterations
294Number of iterations to use with PKCS#5v2 when processing User Key
295passphrase component.
296If this option is not specified,
297.Nm
298will find the number of iterations which is equal to 2 seconds of crypto work.
299If 0 is given, PKCS#5v2 will not be used.
300PKCS#5v2 processing is performed once, after all parts of the passphrase

--- 754 unchanged lines hidden ---
296.It Fl i Ar iterations
297Number of iterations to use with PKCS#5v2 when processing User Key
298passphrase component.
299If this option is not specified,
300.Nm
301will find the number of iterations which is equal to 2 seconds of crypto work.
302If 0 is given, PKCS#5v2 will not be used.
303PKCS#5v2 processing is performed once, after all parts of the passphrase

--- 754 unchanged lines hidden ---