Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you're paranoid about shoulder-surfing you can use getpass to hide your password as you type it in.

    >>> import getpass
    >>> password = getpass.getpass('Password: ')
http://docs.python.org/library/getpass.html


Command line utility I wrote which uses getpass: http://dpaste.com/hold/756011/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: