Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: secure storage of sensitive data in J2EE |
|---|---|
| Date: | Tue, 25 Jan 2005 19:06:07 +0000 |
chaim moshe wrote:
On 'Nix you can set the file permission to read for only the application server. That way only the account the application server runs under can access it - not even root if you have Mandatory Access Control running.Hello list,
where can I store sensitive data like encryption keys, passwords, etc. in J2EE?
surely, you can save it in the keystore, but the catch is where do you store the keystore password to protect it from external access?
storing the keystore password in code or in config files is not secured enough.
In the .NET environment you have DPAPI that was designed exactly for this kind of problem, the sensitive data is encrypted at the OS level with the user/machine password and is decrypted at runtime.
What is the solution in the J2EE environment ?
Thanks!
Regards,
Sean
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | J2EE Security Training, bsec |
|---|---|
| Next by Date: | Re: secure storage of sensitive data in J2EE, Luciano R. de Albuquerque |
| Previous by Thread: | Re: secure storage of sensitive data in J2EE, Valdis . Kletnieks |
| Next by Thread: | Re: secure storage of sensitive data in J2EE, Luciano R. de Albuquerque |
| Indexes: | [Date] [Thread] [Top] [All Lists] |