Users Pricing

forum

home / developersection / forums / why is char[] preferred over string for passwords?

Why is char[] preferred over String for passwords?

Anonymous User 2085 04 May 2015

In Swing, the password field has a getPassword() (returns char[ ]) method instead of the usual getText() (returns String) method. Similarly, I have come across a suggestion not to use String to handle passwords. Why does String  pose a threat to security when it comes to passwords?

It feels inconvenient to use char[ ].


I am a content writter !


1 Answers

Anonymous User 05 May 2015 Accepted Answer