Use <sect1> for sectioning instead of <p><bf>..</bf></p>.

This commit is contained in:
jfieber 1997-05-02 18:27:06 +00:00
parent 4f2ad8701c
commit 256e54bf25

View File

@ -1,12 +1,10 @@
<!-- $Id$ -->
<!-- $Id: crypt.sgml,v 1.3 1997/02/22 12:58:13 peter Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>DES, MD5, and Crypt<label id="crypt"></heading>
<p><em>Contributed by &a.wollman;<newline>24 September 1995.</em>
<p><bf>History</bf>
<p>In order to protect the security of passwords on UN*X systems from
being easily exposed, passwords have traditionally been scrambled in
some way. Starting with Bell Labs' Seventh Edition Unix, passwords
@ -47,7 +45,7 @@ created with the entry points to actually perform encryption. The
code was partitioned in this way to make it easier to get an export
license for the compiled library.
<p><bf>Recognizing your `<tt>crypt</tt>' mechanism</bf>
<sect1><heading>Recognizing your `<tt>crypt</tt>' mechanism</heading>
<p>It is fairly easy to recognize whether a particular password
string was created using the DES- or MD5-based hash function.