.NET news » Security Security Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 >
Programming .NET Security
Authors: Adam Freeman, Allen Jones
Average rating: 5.0 / 7
(7 reviews)
More .NET Security books
download
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
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
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
Using a NetworkStream with raw serialization, GZipStream and CryptoStream
Using a NetworkStream with raw serialization, GZipStream and CryptoStream
Secure File Download using Basic Authentication
Secure file download using basic authentication, the interesting part is that it maintains two separate entry points for uploading and downloading a file
19 Mar 2006, 12:57:00   Source: Secure File Download using Basic Authentication   Tags: ASP.NET Security
Making TripleDES Simple in Visual Basic .NET
This is a simple wrapper class that provides an easy interface for encrypting and decrypting byte arrays and strings.
17 Mar 2006, 10:43:00   Source: Making TripleDES Simple in Visual Basic .NET   Tags: Security VB.NET
Switching Between HTTP and HTTPS Automatically: Version 2
An article on automatically switching between HTTP and HTTPS protocols without hard-coding absolute URLs.
Passing Information Securely Between ASP and ASP.NET
Many classic ASP applications exist side-by-side with newer ASP.NET applications, sometimes leading to a need to transfer or share information between the two. This article shows one method of transferring such information securely.
10 Mar 2006, 15:09:50   Source: Passing Information Securely Between ASP and ASP.NET   Tags: ASP.NET Security
< 1 2 3 4 5 6 7 8 9 10 11 >