Hits Today: 1 Total: 3638 | Updated: 7/17/2002 | |
 | This article discusses how you can Protect Private Data with the Cryptography Namespaces of the .NET Framework Author: Dan Fox Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2638 | Updated: 6/18/2003 | |
 | This How To shows you how to create a managed class library that exposes DPAPI functionality to applications that want to encrypt data, for example, database connection strings and account credentials. Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2488 | Updated: 6/19/2003 | |
 | This How To shows you how to use DPAPI from an ASP.NET Web application or Web service to encrypt sensitive data. Author: microsoft.com Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 1727 | Updated: 6/19/2003 | |
 | This How To shows you how to use DPAPI from an ASP.NET Web application or service to encrypt sensitive data. Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 3320 | Updated: 6/19/2003 | |
 | This How To tutorial shows you how to create a managed class library to provide encryption functionality for applications. Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2745 | Updated: 6/19/2003 | |
 | Applications may choose to store encrypted data such as connection strings and account credentials in the Windows registry. This How To shows you how to store and retrieve encrypted strings in the registry. Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2881 | Updated: 9/27/2003 | |
 | In this article, the author explores the System.Security.Cryptography namespace and the programming model used to apply cryptographic transformations. He discusses reasons why cryptography is easier in .NET than it was before. Author: Dan Fox Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 2780 | Updated: 8/14/2003 | |
 | Here's a simple way you can make your apps appreciably more secure. Simply add the following VB .NET module to your project and call the HashData function to hash any sensitive data so it is secure from prying eyes. Author: Steve C. Orr Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 5221 | Updated: 6/12/2003 | |
 | In this article we'll look at how to use MD5 to encrypt your passwords so that not even the database administrator can determine a user's password.
Author: Scott Mitchell Code: ASP.NET v1.0 & VB |
|