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. 

Date: Sun, 18 Jan 2015 11:41:33 -0800
Subject: Re: [python-win32] Storing Passwords.
From: calderon.christian...@gmail.com
To: alptungaz...@hotmail.com
CC: j...@jossgray.net; python-win32@python.org

Why don't you just store the hash of the password?

On Sunday, January 18, 2015, Alp Tunga Özkul <alptungaz...@hotmail.com> wrote:



It does not the matter of extension, the point is users shouldn't be able to 
access the previously entered passwords. 

For instance if encrypting is the answer, which libraries does people generally 
use.


Why don't you want to use a text file?
On 18 Jan 2015 18:11, "Alp Tunga Özkul" <alptungaz...@hotmail.com> wrote:



Hello,

I am working on a project where my program need to access the servers with the 
passwords i store in a text file.

Is there a neat way of storing passwords other than text files? Users will 
never need to recover their passwords but the program itself have to.

Thanks in advance!
                                          

_______________________________________________

python-win32 mailing list

python-win32@python.org

https://mail.python.org/mailman/listinfo/python-win32


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

Reply via email to