Hide Password Windows Application
![]()
Hey guys, is there any way to hide the password in this application? Or make some input variable to write the password hidden in the console before the login?
Hide Password Windows Application
Hey guys, is there any way to hide the password in this application?
In which application?
Hide Password Windows Application
![]()
Jeroen Massar wrote:
> Hey guys, is there any way to hide the password in this application?
In which application?
hey, i use aiccu windows console application
Hide Password Windows Application
One cannot "hide" the password as the password has to be available in cleartext.
Any other kind of token that is stored (be that a cleartext password or the hash of it), is stored and would be able to used for authentication.
Hence, the better question becomes: what is the problem that you are trying to resolve.
|