Posts

Showing posts from April, 2013

Java Security Tip: Never Store Passwords in Strings

Using Java? You better handle your passwords in char arrays and if you're wondering why, I'll tell you all about it here!