Java - store sensitive data

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-21T18:00:33Z Indexed on 2010/03/21 18:01 UTC
Read the original article Hit count: 256

Filed under:
|

Hello. I develop application with Java. I need to store some initial configuration data in some kind of file.

I want my app to be able to read this data, but I don't want user to do so.

Example : application loads IP from encrypted file. User sees like "dsda@#21da@" so he won't bother doing anything :)

How should I do such a thing? Thanx!

© Stack Overflow or respective owner

Related posts about java

Related posts about security