[BACK]Return to crypto.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/crypto.html between version 1.70 and 1.71

version 1.70, 2000/11/09 03:52:01 version 1.71, 2000/11/17 19:11:33
Line 230 
Line 230 
 <p>  <p>
   
 <p>  <p>
 <a name=trans></a>  <a name="trans"></a>
 <h3><font color=#e00000>Cryptographic Transforms</font></h3><p>  <h3><font color=#e00000>Cryptographic Transforms</font></h3><p>
   
 Cryptographic Transforms are used to encrypt and decrypt data. These  Cryptographic Transforms are used to encrypt and decrypt data. These
Line 242 
Line 242 
 kernel and userland programs, which are used in many places like:<p>  kernel and userland programs, which are used in many places like:<p>
 <ul>  <ul>
 <li>In libc for creating  <li>In libc for creating
     <a href=http://www.openbsd.org/cgi-bin/man.cgi?query=blf_key>Blowfish</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=blf_key">Blowfish</a>
     passwords.  See also the <a href=papers/bcrypt-paper.ps>USENIX paper</a>      passwords.  See also the <a href="papers/bcrypt-paper.ps">USENIX paper</a>
     on this topic.      on this topic.
 <li>In  <li>In
     <a href=http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec>IPsec</a>      <a href=http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec>IPsec</a>
Line 398 
Line 398 
 <ul>  <ul>
 <li>A Future-Adaptable Password Scheme.<br>  <li>A Future-Adaptable Password Scheme.<br>
     <a href=events.html#usenix99>Usenix 1999</a>,      <a href=events.html#usenix99>Usenix 1999</a>,
     by <a href=mailto:provos@openbsd.org>Niels Provos<a/>,      by <a href=mailto:provos@openbsd.org>Niels Provos</a>,
     <a href=mailto:dm@openbsd.org>David Mazieres</a>.<br>      <a href=mailto:dm@openbsd.org>David Mazieres</a>.<br>
     <a href=papers/bcrypt-paper.ps>paper</a> and      <a href=papers/bcrypt-paper.ps>paper</a> and
     <a href=papers/bcrypt-slides.ps>slides</a>.      <a href=papers/bcrypt-slides.ps>slides</a>.

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71