Saurav-Paul / AI-virtual-assistant-python

Command line virtual assistant for competitive programming
Other
116 stars 25 forks source link

Turn off echo while user enters password #70

Closed kmyk closed 4 years ago

kmyk commented 4 years ago

This is important because it's a small security issue. This commit implements this using Python's standard getpass.

Saurav-Paul commented 4 years ago

Thanks I have merged your pull request.