|
Hashes and Digital Signatures
Using the functions described in this section, a user can "digitally sign" a
piece of data such that any other user can easily verify that the data has not
been changed since it was signed. The identity of the user that signed the data
can also be easily verified.
A digital signature consists of a small amount of binary data, typically less
than 256 bytes. This signature can be bundled with the signed message or stored
separately; this is up to the individual application.
The Microsoft RSA Base Provider creates digital signatures that conform to the
RSA Public-Key Cryptography Standard (PKCS) #6.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|