Security
Security is the condition of being protected against danger or loss.
Article

Implementing Two Factor Authentication with Google Authenticator

How to add extra security to your web application, using two factor authentication.
Article

Salted Password Hashing (C#)

There are many ways in which passwords can be stored, with varying levels of security. Salted password hashing uses a non-reversible hashing algorithm with the inclusion of a randomised element to...
Article

Creating Secure Strings (C#)

Highly confidential information, such as passwords or banking details, should be encrypted in memory during use to reduce the risk that it may be revealed to malware or forensic examination. The...
Article

C# Symmetric Encryption Algorithms

Securing data in C# with various symmetric encryption algorithms. Explanation of the encryption and decryption procedures with example code.
Article

C# SecureString Class

Using the SecureString .NET class to manage sensitive data in C# applications.
Article

C# Calculating Hash Codes

Compute the hash code of data in C# using .NET Framework classes.
Article

Check if a Program is Running as an Administrator

User Account Control (UAC) protects Vista by preventing programs from performing administrative or system functions without prior permission. Before attempting such a function, you should check...
Article

Xor Encryption

Explore a simple way to encrypt string using the xor operator.
Article

Add custom validation to data columns in ADO.NET

Currently, the DataTable has minimal support for custom validation in data columns when creating extended data columns. This article shows how to add regular expression validation capabilities to the...
Article

Data Entry Validation with Error Provider

This example code uses the errorProvider control which ships with c# to validate data entry and shows the error icon if validation is not correct
Article

Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET

This article demonstrates how to implement forms-based authentication by using a database to store the users.
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.