svn commit: r39016 - head/en_US.ISO8859-1/books/handbook/security
Benedict Reuschling
bcr at FreeBSD.org
Sat Jun 9 22:19:18 UTC 2012
Author: bcr
Date: Sat Jun 9 22:19:17 2012
New Revision: 39016
URL: http://svn.freebsd.org/changeset/doc/39016
Log:
Whitespace fix for my previous commit.
Translators can ignore this change.
Modified:
head/en_US.ISO8859-1/books/handbook/security/chapter.sgml
Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Jun 9 21:45:20 2012 (r39015)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Jun 9 22:19:17 2012 (r39016)
@@ -1084,8 +1084,8 @@
<title>Recognizing Your Crypt Mechanism</title>
<para>Currently the library supports DES, MD5, Blowfish, SHA256,
- and SHA512 hash functions. By default &os; uses MD5 to encrypt
- passwords.</para>
+ and SHA512 hash functions. By default &os; uses MD5 to
+ encrypt passwords.</para>
<para>It is pretty easy to identify which encryption method &os;
is set up to use. Examining the encrypted passwords in the
@@ -1099,7 +1099,7 @@
than MD5 passwords, and are coded in a 64-character alphabet
which does not include the <literal>$</literal>
character, so a relatively short string which does not begin
- with a dollar sign is very likely a DES password. Both SHA256
+ with a dollar sign is very likely a DES password. Both SHA256
and SHA512 begin with the characters
<literal>$6$</literal>.</para>
More information about the svn-doc-head
mailing list