Re: Data encryption
From: James Hunter Ross (jhr@delta.net)
Date: 10/30/02
- Next message: Shamim: "Re: Data encryption"
- Previous message: Aaron Bertrand [MVP]: "Re: Data encryption"
- In reply to: Shamim: "Data encryption"
- Next in thread: Brian Cidern: "Data encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "James Hunter Ross" <jhr@delta.net> Date: Wed, 30 Oct 2002 10:14:27 -0800
If you could encrypt/decrypt with a SQL Server function, the data might not
be as secure as you would like.
But, if you encrypt in code, then querying for credit card numbers requires
that you encrypt the search criteria (number you are looking for) before
submitting SQL. Encrypting in code helps you hide and control the use of
the alogorythm.
It's a tough call, and depends on other things such how "open" is the
database to users, etc. I don't know how folks typically do this though.
James
- Next message: Shamim: "Re: Data encryption"
- Previous message: Aaron Bertrand [MVP]: "Re: Data encryption"
- In reply to: Shamim: "Data encryption"
- Next in thread: Brian Cidern: "Data encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|