category

home / developersection / category

Cross site scripting.
security in .net 21-May-2011
Cross site scripting.

Hi..... In this blog I will tell you that what is cross site scripting and how to implemet some validation rule so that we prevent cross site scripting.

What is Cookie poisoning?
security in .net 23-Feb-2011
What is Cookie poisoning?

Cookie poisoning is a known technique mainly for achieving impersonation and breach of privacy through manipulation of session cookies, which maintain

Implementing Cryptography by using MD5 algorithm.
security in .net 15-Feb-2011
Implementing Cryptography by using MD5 algorithm.

In last blog I had explained that how to implement cryptography by using SHA1 algorithm. In this article I will describe another method to implement c

Implementing Cryptography in C#.NET by using SHA1 Algorithm.
security in .net 15-Feb-2011
Implementing Cryptography in C#.NET by using SHA1 Algorithm.

We can use cryptography to secure our data from users over the network. We can implement cryptography in C# by using System.Security.Cryptography name