Hi, I just want to ask if there is a way to get computer's password using java program?
I know how to get computer's username using System.getProperty("user.name") but don't know how to get password.
Thanks

--- Update ---

I found it now, There is no way to get the computer's password, it was also encrypted so there is no sense of getting it. (for security purposes)