|
Multi Password box example easygui
|
|
02-01-2010, 05:35 AM
(This post was last modified: 02-01-2010 06:05 AM by codecaine.)
Post: #1
|
|||
|
|||
|
Multi Password box example easygui
Code: from easygui import * |
|||
|
02-01-2010, 04:00 PM
Post: #2
|
|||
|
|||
|
RE: Multi Password box example easygui
Is that fieldValues[1] code for hiding password with dots ???
"I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
02-01-2010, 04:33 PM
Post: #3
|
|||
|
|||
|
RE: Multi Password box example easygui
no it is the index of the list where the password was saved.
|
|||
|
02-01-2010, 04:55 PM
Post: #4
|
|||
|
|||
|
RE: Multi Password box example easygui
Yeah THX i didn't see it declared up. I thought it is password hiding !
"I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
02-01-2010, 05:47 PM
Post: #5
|
|||
|
|||
|
RE: Multi Password box example easygui
After you've password has being verfied you will want to zero your memory:
http://msdn.microsoft.com/en-us/library/...85%29.aspx This will prevent people creating memory pointers to grab passwords. Never coded in Python so don't know if this is possible in Python. Programming Languages:
|
|||
|
02-01-2010, 07:17 PM
(This post was last modified: 02-01-2010 07:17 PM by drdebcol.)
Post: #6
|
|||
|
|||
|
RE: Multi Password box example easygui
Very good point PoZHx !
"I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
« Next Oldest | Next Newest »
|







