Internet Direct (Indy)
|
Implements the RSA-MD2 message digest encryption algorithm.
TIdHashMessageDigest2 = class(TIdHashMessageDigest);
TIdHashMessageDigest2 is a TIdHashMessageDigest descendant that implements the RSA-MD2 encryption algorithm as described in the Internet Standards documents:
RFC 1319 - The MD2 Message-Digest Algorithm
TIdHashMessageDigest2 can be used in various cryptography implementations that require the RSA-MD2 algorithm, such as:
RFC 1507- Distributed Authentication Security Service
RFC 1750 - Randomness Recommendations for Security
RFC 2313 - PKCS #1: RSA Encryption Version 1.5
RFC 2315 - PKCS #7: Cryptographic Message Syntax Version 1.5
RFC 2440, OpenPGP Message Format
RFC 2459- Internet X.509 Public Key Infrastructure Certificate and CRL Profile
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |