Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java : Reading a password from a Bufferedreader() object

  • 14-04-2005 5:16pm
    #1
    Closed Accounts Posts: 1,719 ✭✭✭


    Hi,
    i'm not sure how to approach this problem. i need to read in a password across the network via a normal Socket. i'm using a BufferedReader() to take input from the client, but i need to read in a password. and i dont want the password echoed. is there a way to achieve this? i dont have to use a BufferedReader object at all...


Comments

  • Registered Users, Registered Users 2 Posts: 261 ✭✭HaVoC


    not sure if this is what ya want.

    but this shows you how to make an input masker: password masking


Advertisement