2 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for Khoo

Can anyone explain why this error happen ? I try to decrypt password from database file. cursor.execute('SELECT action_url, username_value, password_value FROM logins') for result in cursor.fetchall(): password = win32crypt.CryptUnprotectData(result[2], None, None, None, 0)[1] if password: print 'Site: ' + result[0] print 'Username: ' + result[1] print 'Password: ' + password …

0
86
Member Avatar for vin24

Hi guys! I just want you to ask if their is an available decrypting software? Would you mind to suggest??? Thanx in advance :)

0
144

The End.