encryption
From: scottrm (scottrm_at_newsgroup.nospam)
Date: 03/11/05
- Next message: Sue Hoegemeier: "Re: Rights for Access2000 Upsizing-Wizard"
- Previous message: marcmc: "Re: Query Perormance (Problem bookmark)"
- Next in thread: Kevin McDonnell [MSFT]: "RE: encryption"
- Reply: Kevin McDonnell [MSFT]: "RE: encryption"
- Reply: Vinod Kumar: "Re: encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 11 Mar 2005 03:11:05 -0800
I have a number of both classic asp and asp.net applications which are
writing data into a sql server 2000 database. I am am looking at a least
effort way of encrypting some of these details, I was thinking the best way
might be to create a trigger on the relevant database fields which encrypts
the information on insert. I am not sure what should go into the trigger to
do the encryption, any ideas?
There are a couple of issues to note
1. It would have to be a strong encryption algorithm like triple DES.
2. Data would from the database needs to be extracted into a vb.net
application which would need to be able to decrypt it, ideally with the
encryption functions built into .Net.
3. Encrypting the data in the asp/asp.net code before inserting is not
particularly practical due to the large number of separate applications.
-- Scott
- Next message: Sue Hoegemeier: "Re: Rights for Access2000 Upsizing-Wizard"
- Previous message: marcmc: "Re: Query Perormance (Problem bookmark)"
- Next in thread: Kevin McDonnell [MSFT]: "RE: encryption"
- Reply: Kevin McDonnell [MSFT]: "RE: encryption"
- Reply: Vinod Kumar: "Re: encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|