Chapter 21. Encrypting Data over the Network


IN THIS CHAPTER

  • Using the Secure Sockets Layer

  • Configuring Your Server to Use SSL

  • Using SSL in ASP.NET Pages

  • Using .NET Encryption Classes

If you need to send or receive sensitive information at your Web site ”such as credit card numbers , business plans, or legal documents ”you need to encrypt the information. In this chapter, you examine methods for encrypting data before it is sent across an unsecure network such as the Internet.

First, you learn how to configure the Secure Sockets Layer (SSL) for your Web site. I discuss how you can use SSL to create a secure channel of communication and cover some techniques for using SSL in your ASP.NET pages.

Next, I discuss the classes in the .NET framework that provide cryptographic services. You learn how to use hash algorithms and work with both symmetric and asymmetric (public key) cryptographic algorithms.



ASP.NET Unleashed
ASP.NET 4 Unleashed
ISBN: 0672331128
EAN: 2147483647
Year: 2003
Pages: 263

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net