Dear all,
I have a question: how to use the MessageDigest class to encrypt a
String? I'm very new to
Java Security stuff but it needs to be done.

As you probably know, MessageDigest can take SHA, MD2 and MD5 algorithms, and for this task I need to use MD5.
Here is something to
test against:
String: QR123456781999061615aK67K9JIM090
result: ddaab0de6393c4582184cbf658a17330
Thank you in advance!
[ August 31, 2006: Message edited by: Biliang Zhou ]