0
How to hide password entered by the user in Password verification.
Need to write a python (preferably) program to hide a password entered by the user when asked (either display by any special character or completely hide it)
2 Réponses
+ 1
Check out getpass library, it does what you need
https://docs.python.org/3.1/library/getpass.html
0
You need to use data protection