PGP—Pretty Good Privacy,是一个基于Rsa公匙加密体系的邮件加密软件。可以用它对你的邮件保密以防止非授权者阅读,它还能对你的邮件加上数字签名从而使收信人可以确信邮件是你发来的。它让你可以安全地和你从未见过的人们通讯,事先并不需要任何保密的渠道用来传递密匙。它采用了:审慎的密匙管理,一种Rsa和传统加密的杂合算法,用于数字签名的邮件文摘算法,加密前压缩等,还有一个良好的人机工程设计。它的功能强大,有很快的速度。
Enclosed in this distribution are four projects:
MD5DLLTest: Visual basic project which runs the MD5 test suite against a
MD5 DLL (see below).
VbMD5: A Visual Basic native MD5 message digest class based on the
Rsa reference implementation.
md5DLL: A C project which generates a simple Win32 DLL with
the MD5 message digest routines using the Rsa reference
implementation.
MD5Java: A Java implementation of the MD5 message digest algorithm based
on the Rsa reference implmentation.
Let me know if this has any use!
Robert M. Hubley
hubley@u.washington.edu