About Terminal Server, Citrix, Delphi and other stuff
5 Nov
Dirk Schmitz send me his Python version of encrypting the RDP Password:
pwdHash = win32crypt.CryptProtectData(u"MYPASSWORD",u‘psw’,None,None,None,0)
print binascii.hexlify(pwdHash)
Read the original article here: http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/
Leave a reply