Re: Accessing a Shared Variable
- From: "MickyM" <javamick@xxxxxxxxx>
- Date: 23 Aug 2005 12:44:30 -0700
The root of the problem is always more complicated. :) Here's the
real reason I need this and I probably need to post this in a different
group, but here goes:
We have 4 web servers that connect to our database servers. User
passwords and other data is stored encrypted in the database. In order
to decrypt the data, an encryption object is currently on each of the
web servers with the encryption key compiled into it. We were looking
for a more secure way of storing the encryption key. To be honest, I
think making the key available in a variable that is accessible is less
secure than having it compiled in the code.
Anyone have experience on this that can suggest how to keep the key
private and secure while having to make it available to code that is
run 24/7 without human intervention?
Does this make sense?
Thanks,
Micky
.
- Follow-Ups:
- Re: Accessing a Shared Variable
- From: Marina
- Re: Accessing a Shared Variable
- References:
- Accessing a Shared Variable
- From: MickyM
- Re: Accessing a Shared Variable
- From: Siva M
- Re: Accessing a Shared Variable
- From: MickyM
- Re: Accessing a Shared Variable
- From: Marina
- Accessing a Shared Variable
- Prev by Date: Re: Connecting a SQL table to an exchange server
- Next by Date: Re: Accessing a Shared Variable
- Previous by thread: Re: Accessing a Shared Variable
- Next by thread: Re: Accessing a Shared Variable
- Index(es):
Relevant Pages
|