Dirk Schmitz send me his Python version of encrypting the RDP Password:

import win32crypt
import binascii

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/

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
convert this post to pdf.