Encrypt strings at business tier
From: Jeff (nospam@nospamm.com)
Date: 12/12/02
- Next message: Michael Adler: "Visual Studio .Net problem"
- Previous message: Timothy Vogel: "Passing security context to COM object"
- Next in thread: Sitaraman: "Re: Encrypt strings at business tier"
- Reply: Sitaraman: "Re: Encrypt strings at business tier"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jeff" <nospam@nospamm.com> Date: Wed, 11 Dec 2002 18:52:37 -0800
I need a safe way to store, retrieve and use keys on the
business tier computer, so that certain strings in Classes
can be encrypted, before persisting to fields in tables in
a SQL server, and then later decrypted after retrieval.
I was thinking I could use a digital certificate to safely
hold the key (as opposed to storing it in the registry,
embeding it in code, or...) but I can't figure out if this
is true or how to do it?
Any ideas?
Thanks-
-Jeff
.
- Next message: Michael Adler: "Visual Studio .Net problem"
- Previous message: Timothy Vogel: "Passing security context to COM object"
- Next in thread: Sitaraman: "Re: Encrypt strings at business tier"
- Reply: Sitaraman: "Re: Encrypt strings at business tier"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|