Home page  

Products

CipherLite.NET

CipherSafe.NET

Downloads

Resources

Articles

Libraries

Samples

Site Map

BIGGER FONTsmaller font

Articles

The following articles cover various aspects of application security and data protection:

General security

  • Building Secure ASP.NET Applications
    One of the most comprehensive and well-written publications about .NET security. It includes a lot of helpful information, case-specific recommendations, and code samples. Even though this document is primarily about ASP.NET, many topics also apply to other types of applications. This document is also available in the PDF format.
  • Expert Tips for Finding Security Defects in Your Code
    In this MSDN Magazine article, Michael Howard describes best practices, which can help application developers to track down potential security loopholes.
  • Application Code Security
    Although, we try to avoid references to PowerPoint presentations, this one is worth mentioning. In this presentation, Gabriel Torok covers several security-related issues including intellectual property protection, obfuscation, security practices, and others. The presentation should be easy to follow without listening to the speaker.

Cryptography

Storing connection strings and other secrets

Obfuscation

Code obfuscation is a technology, which makes .NET application binaries harder to decompile. If you want to protect your .NET application from reverse engineering, you may consider obfuscation. Different aspects of code obfuscation are covered in the following online articles:

Miscellaneous

  • How to Calculate the Size of Encrypted Data?
    This article provides the formulas you can use and explains the issues you need to consider when estimating the size of encrypted (or hashed) data. It also gives a brief overview of several basic cryptographic concepts.
Copyright © 2002-2008 Obviex™ | All rights reserved | Legal | Privacy | Contact us