Cryptography and .NET - Part 4 (Hash Values)


Server Intellect Web Hosting Solutions


Cryptography and .NET - Part 4 (Hash Values)

Author: Bipin Joshi

In previous parts of this series (Part 1, Part 2 and Part 3) we saw various techniques of encrypting the data. In this part we are going to learn how to ensure that data coming to you has not been tampered with during the transfer. The technique that we will be using is hash. Hash values allow us to verify the integrity of data. The hash value of received data can be compared to the hash value of data that was sent to check if the data is tampered.










More Tutorials

Also See:

Working with Web Parts and Tabbed Views
Display Hierarchical Data with TreeView in ASP.NET 2.0
Upload Photos to Your Web Site With ASP.NET, the Compact Framework, and your SmartPhone
Inserting multiple records at once with the ASP.NET DataGrid
Using ODP.NET To Insert Multiple Rows Within A Single Round Trip
Transaction Processing in ADO.NET 2.0
ASP.NET Scrollable Table Server Control
A tale about a victory involving ASP.NET and encapsulation
Embedding one datagrid inside another datagrid
Creating a Master-detail page



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials