Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.1
-
None
Description
Its fairly conventional to use char[] to represent passwords in Java, because using Strings can present security issues:
http://securesoftware.blogspot.com/2009/01/java-security-why-not-to-use-string.html
http://download.oracle.com/javase/1.5.0/docs/guide/security/jce/JCERefGuide.html#PBEEx