|
-
January 27th, 2016, 02:58 PM
#1
password masking
How to hide passwords when using BufferedReader class when working with IDE
-
January 28th, 2016, 07:24 AM
#2
Re: password masking
Can you use the JPasswordField class?
If you are reading from the console, look at the Console class. It has some methods for reading passwords.
Last edited by Norm; January 28th, 2016 at 12:53 PM.
Norm
-
January 29th, 2016, 06:02 AM
#3
Re: password masking
 Originally Posted by Norm
Can you use the JPasswordField class?
If you are reading from the console, look at the Console class. It has some methods for reading passwords.
Actually i do not want use console class.Because it does not work with netBeans IDE.I try to make it work with IDE.
And yes i cannot use JPAsswordField,cause it is not a gui app
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|