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: | Mon, 7 Feb 2005 16:10:05 -0800 (PST) |
I'm not 100% sure but it has to do with how java garbage collector handles this. If it is a string in Java, which are immutable, when you "write" junk into it, JVM will simply intorduce a new string leaving previous one in memory until garbage collector finds it and remove it (something that might take enough time for it to be read). So you can use StringBuffer objects but you have to assure that there is not a string conversion involved anywhere :( --- Kevin Conaway <kevin.conaway@gmail.com> wrote:
A followup question: Once the data (be it a password or a key) has been read into memory, what is an effective and secure way of minimizing the window that the plaintext key or password is in memory? If the data is read into a char [] and then overwritten with junk data, would that work? Kevin On Tue, 25 Jan 2005 09:18:15 +0000, chaim moshe <xor256@hotmail.com> wrote:Hello list, where can I store sensitive data like encryptionkeys, passwords, etc. inJ2EE? surely, you can save it in the keystore, but thecatch is where do you storethe keystore password to protect it from externalaccess?storing the keystore password in code or in configfiles is not securedenough. In the .NET environment you have DPAPI that wasdesigned exactly for thiskind of problem, the sensitive data is encryptedat the OS level with theuser/machine password and is decrypted at runtime. What is the solution in the J2EE environment ? Thanks!
_________________________________________________________________
Express yourself instantly with MSN Messenger!Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
=====
Dimitrios Mistriotis
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: secure storage of sensitive data in J2EE, Antoine Martin |
|---|---|
| Next by Date: | Re: secure storage of sensitive data in J2EE, Valdis . Kletnieks |
| Previous by Thread: | Re: secure storage of sensitive data in J2EE, Valdis . Kletnieks |
| Next by Thread: | Re: secure storage of sensitive data in J2EE, Ashish Popli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |