I'm not familiar with password saving AT ALL. I have a javaApp with user-password features for a school project. It's connected to a Oracle DB and I don't want to store the passwords in String format. It's very ugly.
Any simple way to store the passwords in just a bit more adequate (secure) way?
If I store the passwords in a char[] format will there be any difference?