Tagged Questions

3
votes
5answers
3k views

Decrypt MD5 hash

Is there any way to decrypt the encrypted MD5 string, given the key?
2
votes
2answers
192 views

How to deal with user authentication and wrongful modification in scripting languages?

I'm building a centralized desktop application using Python/wxPython. One of the requirements is User authentication, which I'm trying to implement using LDAP (although this is not mandatory). Users ...