Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt salt is in the second argument
details: https://anonhg.NetBSD.org/src/rev/e68b210b3ec7
branches: trunk
changeset: 583636:e68b210b3ec7
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Aug 16 10:10:16 2005 +0000
description:
salt is in the second argument
diffstat:
lib/libcrypt/crypt.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ed0582a21409 -r e68b210b3ec7 lib/libcrypt/crypt.3
--- a/lib/libcrypt/crypt.3 Tue Aug 16 02:12:58 2005 +0000
+++ b/lib/libcrypt/crypt.3 Tue Aug 16 10:10:16 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: crypt.3,v 1.18 2004/06/10 13:53:48 uebayasi Exp $
+.\" $NetBSD: crypt.3,v 1.19 2005/08/16 10:10:16 drochner Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -88,7 +88,7 @@
Data Encryption Standard.
Additional code has been added to deter key search attempts and to use
stronger hashing algorithms.
-In the DES case, the first argument to
+In the DES case, the second argument to
.Fn crypt
is a character array, 9 bytes in length, consisting of an underscore (``_'')
followed by 4 bytes of iteration count and 4 bytes of salt.
Home |
Main Index |
Thread Index |
Old Index