>Yes, you can write encryption and decryption in just
>a few lines.  Good stuff at:
>
>    http://www.rebol.com/how-to/encrypt.html
>
>Please send me an email if you find typos and such.

Carl,
good stuff as usual.
I found one typo, perhaps two.

5. Creating a Good Encryption Key

Here is a handy function that requests >>>>>> the <<<<<< a key phrase 
from the user, encodes it, and returns it as a result.

10. Encrypted Email

dest: to-email f-to/data
file: to-file f-file/data
key: checksum/secure f-key/data
subject: f-sub/data

Shouldn't this code example be bold formatted?

Greetings

-- 
Paolo Russo
[EMAIL PROTECTED]
_________________
PERD s.r.l.
Virtual Technologies for Real Solutions
http://www.perd.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to