April 2002
Intermediate to advanced
816 pages
20h 56m
English
We turn our attention now to the portion of the .NET Framework object model that represents cryptographic hash functions. Cryptographic hash functions are represented by the HashAlgorithm class and its descendants. In this section, we describe the hash algorithms that are included in the .NET Framework class library, how to create a HashAlgorithm object corresponding to the algorithm you desire, and how to compute hashes using these objects over static and streaming data.
The .NET Framework includes “in-the-box” support for the hash algorithms commonly used today in cryptographic protocols. Table 30.3 lists the hash algorithms that are supported in the .NET Framework class libraries, ...
Read now
Unlock full access