store string as human unreadable formet ?.
hello,
for my application, I will get the input from user through JPassword field.
I need to store it in a separate file. For security reasons, I don't want to store it as a string actual formet (eg. "India').
i want to store it as some different binary format and when I requires, i want to retrive the original string value.
How can I do it.

