Category: ASP.Net

Symmetric key Encryption and Decryption

I saw many of the applications with out basic level of security with respect to data transfer etc. Few people uses Base64 Encoding while sending data through URL which is a common practice. But a simple Javascript code can reverse engineer your Base64 encoded string. If you wanna try to reverse engineer your Base64 encoded

Session Threats and Counter Measures

Session management for Web applications is an application layer responsibility. Session security is critical to the overall security of the application. Top session management threats include: ● Session hijacking ● Session replay ● Man in the middle Session Hijacking A session hijacking attack occurs when an attacker uses network monitoring software to capture the authentication

ASP.Net Session State Issue with HTTPHandler

When you are using ASP.Net Sessions and try to utilize HTTPHandler you will face Issues with Session State. some time you will get page break issues as well. To avoid the issues with HTTPHandlers you need to understand the SessionState Marker Interface. The System.Web.SessionState namespace supplies classes and interfaces that enable storage of data specific

Single Sign On Implementation

Most of today’s sites require users to undertake a registration process to allow the site owners to keep in touch with, or offer services to, those visitors. Building up a user base like this requires patience and dedication. Offer a new service or a new Website, however, and, typically, you’ll need to start your user

A Look into Web.Config

Applications of XML have been integrated into .NET to such an extent that XML is hardly a buzzword anymore. Microsoft, as you probably know, has taken XML into the core of its .NET framework. Not only is XML a generally accepted format for the exchange of data, it’s also used to store configuration settings. Configuration
SiteLock