.NET news » Security Security Rss Feed

download

User Impersonation in .Net

This sample shows how to switch between security contexts within the same process. It also demostrates how this can be done on a single or multiple threads.
6 Jun 2006, 12:38:00   Source: User Impersonation in .Net   Tags: Security Examples

Strong And Fast Data Encryption With The CAST-128 Algorithm

An effective implementation of the CAST-128 algorithm (ECB and CBC modes)
27 May 2006, 11:03:00   Source: Strong And Fast Data Encryption With The CAST-128 Algorithm   Tags: Security

The experience of using Spices.Obfuscator: Review of options,advises and recommendations

This article is devoted to consideration of practice with recommendations on how to use these options for protection not only against reverse engineering and deobfuscation, but also for protection of algorithms and data contained in .Net assemblies. Spices.Obfuscator is a tool for protecting different kinds of assemblies from managed C++ assemblies , ASP.Net, Windows.Forms and Compact.Framework assemblies. The Spices.Obfuscator tools can be customized by means of ObfuscationOptions which can be seen in Spices.Project for each project assembly. Open the assembly in Spices.Net, go to section Properties, open the property AssemblyList, and then open sub-properties to get the setting options of Obfuscator of each assembly.
26 May 2006, 16:40:12   Source: The experience of using Spices.Obfuscator: Review of...   Tags: Security

Add Fingerprint Scan-based Security to Your .NET Applications Today

It wasn't all that long ago that biometric authentication seemed like the kind of sci-fi technology that might never be practical outside of top-secret government laboratories. But believe it or not, you can build a fingerprint scanner into any .NET application you like just by following these simple instructions.
26 May 2006, 13:03:53   Source: Add Fingerprint Scan-based Security to Your .NET...   Tags: Security

Security in the CLR World Inside SQL Server

Is running .NET Framework code within SQL Server 2005 exciting or a threat? Which is it? This article explores the security issues of SQLCLR code so that both developers and DBAs can make informed decisions about its use.
22 May 2006, 14:10:06   Source: Security in the CLR World Inside SQL Server   Tags: Database Security

Encrypting configuration sections

Developers often store confidential information in the configuration files. Database connection strings, user names and passwords are some of the examples. One of the requested feature during ASP.NET 1.x days was to provide some way to easily encrypt and decrypt such information. Thankfully ASP.NET 2.0 fulfils this request in a flexible way...
19 May 2006, 19:00:00   Source: Encrypting configuration sections   Tags: ASP.NET Security

.NET 2.0 Security Workshop

This is a self paced workshop designed to lead you through the benefits and features of .NET security. There are over 50 code examples and many more walkthroughs showing you how to use the .NET security classes and how to administer .NET security policy. The workshop covers code access security, role based security, access control lists, symmetric and asymmetric cryptography, certificates, CMS/PKCS, data protection APIs, and encrypting and signing XML.
19 Apr 2006, 10:06:49   Source: .NET 2.0 Security Workshop   Tags: Security

Steganography 16 - Hiding additional files in a ZIP archive

How to zip and unzip files avoiding the central directory
16 Apr 2006, 16:15:00   Source: Steganography 16 - Hiding additional files in a ZIP archive   Tags: Security

Security Briefs: A deeper look at InfoCard.

What InfoCard is, what it isn't, and what it means for the future of business and personal security on the Web.
5 Apr 2006, 19:00:00   Source: Security Briefs: A deeper look at InfoCard.   Tags: Security

Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.

Storing configuration data securely was always difficult. But it's a whole lot easier now with a powerful new set of APIs in ASP.NET 2.0 that allow you to manage the ASP.NET configuration file programmatically.
5 Apr 2006, 19:00:00   Source: Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.   Tags: Security ASP.NET