Re: Data encryption

From: Aaron Bertrand [MVP] (aaronATaspfaq.com)
Date: 10/30/02


From: "Aaron Bertrand [MVP]" <aaronATaspfaq.com>
Date: Wed, 30 Oct 2002 12:57:08 -0500


If you encrypt it, you also have to be able to decrypt it... otherwise there
isn't really any point in storing it, right?

Therefore, whatever 'encryption' mechanism you use is only as secure as your
protection of the algorithm that undoes it.

"Shamim" <shamim.abdul@railamerica.com> wrote in message
news:O$NJHxDgCHA.1104@tkmsftngp11...
> HI All,
> SQL 7.0 / 2000
>
> I want to know , what is the best way to store information like Credit
Card
> numbers in database.
> Is there any options to encrypt and store it.
>
> Thanks
> Shamim
>
>



Relevant Pages

  • Re: encryption
    ... i am trying to develop a simple program to encrypt and decrypt text in a ... I am having trouble generating the key and storing the encrypted ...
    (comp.lang.java.security)
  • encryption
    ... i am trying to develop a simple program to encrypt and decrypt text in a ... I am having trouble generating the key and storing the encrypted ...
    (comp.lang.java.security)
  • Data encryption
    ... what is the best way to store information like Credit Card ... numbers in database. ... Is there any options to encrypt and store it. ...
    (microsoft.public.sqlserver.security)
  • RE: NTE_BAD_DATA
    ... They are NOT used DIRECTLY to encrypt / decrypt data; ... you should generate a RANDOM SESSION KEY and select a SYMMETRIC ENCRYPTION ... // imported from a BLOB read in from the source file or having ...
    (microsoft.public.platformsdk.security)
  • Re: Back Doors
    ... >> Design into the system a master key. ... Encrypt that with public key. ... Decrypt random symmetric key with private key. ...
    (sci.crypt)