[python-win32] Storing Passwords.

2015-01-18 Thread Alp Tunga Özkul
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!

Re: [python-win32] Storing Passwords.

2015-01-18 Thread Alp Tunga Özkul
, 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