On Jan 18, 2015, at 12:11 PM, Alp Tunga Özkul 
<alptungaz...@hotmail.com<mailto:alptungaz...@hotmail.com>> wrote:

As far as i know Username + Password =(MD5/SHA) Hash. And it is irreversible. I 
need the actual Username and Password to login to Servers (WMI).

Because lets say there is 10 different servers with 10 different credentials 
that my user use to access those servers, i need to store user given 
credentials for the next session.

There is simply no general solution.  If your program can recover the plaintext 
password, then anyone with access to the text files can recover the plaintext 
password.

If you don’t want to store the passwords, then your only solution is to ask the 
user to enter them every time.
—
Tim Roberts, t...@probo.com<mailto:t...@probo.com>
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to