Re: Encrypting data in existin application
From: Dan Farino (news.danATstamps.com)
Date: 07/06/03
- Next message: tim saunders: "Re: trusted SQL Server connection"
- Previous message: Dan Farino: "Re: hacking with sql insertion"
- In reply to: Karthik: "Encrypting data in existin application"
- Next in thread: Andrey Kubyshev: "Re: Encrypting data in existin application"
- Reply: Andrey Kubyshev: "Re: Encrypting data in existin application"
- Reply: Tom O: "Re: Encrypting data in existin application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 5 Jul 2003 20:38:26 -0700
You're dealing with a very tough problem...even if you did encrypt the data,
where are they keys kept? Are they going to be in the SQL database somewhere
(which would need to happen for your stored procedures to be able to act on
the data)?
Unfortunately, in the majority of cases, encrypting data really doesn't help
anything. It just requires you to shift your efforts over to the
equally-difficult key-management problem.
-- Dan Farino Sr. Systems Engineer Stamps.com, Inc. news.danATstamps.com "Karthik" <karthik@maximizelearning.com> wrote in message news:ubZlu8fQDHA.2228@tk2msftngp13.phx.gbl... > Hi, > > I have an existing financial software application. This connects to a > database having tables that have basic datatypes like int, decimal, varchar > etc. > > Now, I have a requirement wherein i should encrypt most of the data that is > fed into the system. This is especiall with regards to int and decimal > fields as this may contain monetary values. > > How do i go about doing the same ? I wouldn't want to change too much of > code as lots of SQL queries are there. And there are sql statements that > compare between two different columns to decide on a certain action. > > Can someone advice me as to what is to be done ? > > Regards, > Karthik. > >
- Next message: tim saunders: "Re: trusted SQL Server connection"
- Previous message: Dan Farino: "Re: hacking with sql insertion"
- In reply to: Karthik: "Encrypting data in existin application"
- Next in thread: Andrey Kubyshev: "Re: Encrypting data in existin application"
- Reply: Andrey Kubyshev: "Re: Encrypting data in existin application"
- Reply: Tom O: "Re: Encrypting data in existin application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading