=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- www/crypto.html 1998/02/23 18:36:03 1.10 +++ www/crypto.html 1998/02/23 18:40:25 1.11 @@ -44,9 +44,9 @@ can be classified into three different aspects:

@@ -56,10 +56,10 @@ numbers which have certain important properties for system security:

Since a PRNG is normally just an algorithm where the same initial @@ -71,12 +71,12 @@ routines and are exported via devices to userland programs. In OpenBSD random numbers are used in many places, such as

@@ -85,14 +85,15 @@ A Hash Function compresses its input data to a string of constant size. For a Cryptographic Hash Function it is infeasible to find

In OpenBSD MD5 and SHA1 are used as Cryptographic Hash Functions, e.g. @@ -100,19 +101,19 @@

Cryptographic Transforms

-Cryptographic Transforms are used to encrypt and decrypt data. There are -normally provided with an encryption key for data encryption and with a -decryption key for data decryption. The security of a Cryptographic Transform -should rely only on the keying material. +Cryptographic Transforms are used to encrypt and decrypt data. These +are normally used with an encryption key for data encryption and with +a decryption key for data decryption. The security of a Cryptographic +Transform should rely only on the keying material.

-OpenBSD provides, e.g. DES and Blowfish encryption for the kernel and userland -programs, which are used, e.g. +OpenBSD provides transforms like DES and Blowfish for the kernel and userland +programs, which are used in many places like

@@ -120,7 +121,7 @@ OpenBSD www@openbsd.org
-$OpenBSD: crypto.html,v 1.10 1998/02/23 18:36:03 deraadt Exp $ +$OpenBSD: crypto.html,v 1.11 1998/02/23 18:40:25 deraadt Exp $