summaryrefslogtreecommitdiff
path: root/sbin/bioctl/bioctl.8
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2016-09-19 18:02:21 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2016-09-19 18:02:21 +0000
commite27005cdc0102c9f7936af029423411adc88ca92 (patch)
tree7cec030e4b96ec57b232f36d3f2c5ab4a39036ed /sbin/bioctl/bioctl.8
parent3c8aa0e65cd4fb97889adffe7eba66d64a2a0df5 (diff)
Update for bcrypt pbkdf.
Diffstat (limited to 'sbin/bioctl/bioctl.8')
-rw-r--r--sbin/bioctl/bioctl.815
1 files changed, 4 insertions, 11 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index b3eb1e3a65a..209953d7c03 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.99 2016/04/04 18:53:31 krw Exp $
+.\" $OpenBSD: bioctl.8,v 1.100 2016/09/19 18:02:20 jsing Exp $
.\"
.\" Copyright (c) 2004, 2005 Marco Peereboom
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 4 2016 $
+.Dd $Mdocdate: September 19 2016 $
.Dt BIOCTL 8
.Os
.Sh NAME
@@ -262,10 +262,10 @@ Passphrase file used when crypto volumes are brought up.
This file must be root owned and have 0600 permissions.
.It Fl r Ar rounds
When creating an encrypted volume, specifies the number of iterations of
-the PBKDF2 algorithm used to convert a passphrase into a key.
+the PBKDF algorithm used to convert a passphrase into a key.
Higher iteration counts take more time, but offer more resistance to key
guessing attacks.
-The minimum is 1000 rounds and the default is 8192.
+The minimum is 4 rounds and the default is 16.
.It Fl s
Read the passphrase for the selected crypto volume from
.Pa /dev/stdin
@@ -318,13 +318,6 @@ using a new chunk on wd0d:
.Xr bio 4 ,
.Xr scsi 4 ,
.Xr softraid 4
-.Sh STANDARDS
-.Rs
-.%A B. Kaliski
-.%D September 2000
-.%R RFC 2898
-.%T PKCS #5: Password-Based Cryptography Specification Version 2.0
-.Re
.Sh HISTORY
The
.Nm