Encryption using X.509
From: David Smith (smith.wd_at_gmail.com)
Date: 04/06/05
- Previous message: Bruce: "Main form and login form in different folders using Forms Authen"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Encryption using X.509"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Encryption using X.509"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 5 Apr 2005 18:47:53 -0700
I have writen a class that uses certificates to encrypt
data on my web servers prior to storing it in a database
and would like to know if there are any flaws associated
with this design. I chose this because there are no keys
to manage in configuration files and certificates are
already in use for web service security using WSE 2.0. It
takes a string and encrypts it and passes back the
ecrypted string for storage in the database. Web servers
have the public key for encryption while the backend
servers (not public facing) have the public and private
keys which can be used for encrypting and decrypting the
data for various processes.
- Previous message: Bruce: "Main form and login form in different folders using Forms Authen"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Encryption using X.509"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Encryption using X.509"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|