1. Home
  2. Computing & Technology
  3. Python
Python Blog

From Al Lukaszewski, for About.com

Getting Login Information Securely

Wednesday June 11, 2008
It is an obvious security problem to get login information using simple, plain text input methods. Python's poplib module and other mail modules are transport protocol modules and therefore do not support any secure input. This is, however, the domain of Python's getpass module. If you need to get a password without echoing the keyboard input to screen, getpass is for you. Learn more about it in "Getting Login Information With getpass".
Explore Python
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.