Sign Data in .NET using HMACSHA1 (HMAC Standard)
.NET HMACSHA1 library is used to digitally sign user data to assure that it is not tampered. For instance data can be hashed before storing it in database. Hash is also stored in database. When the data is fetched it is hashed again and the resulted hash is compared to previously saved hash. [ ... ]
posted @ Sunday, December 31, 2006 2:02 AM | Your thoughts