<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Encrypt RDP password in Python</title> <atom:link href="http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/feed/" rel="self" type="application/rss+xml" /><link>http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/</link> <description>About Terminal Server, Citrix, Delphi and other stuff</description> <lastBuildDate>Tue, 24 Jan 2012 22:30:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Arvid Requate</title><link>http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/comment-page-1/#comment-1729</link> <dc:creator>Arvid Requate</dc:creator> <pubDate>Mon, 15 Nov 2010 14:01:39 +0000</pubDate> <guid isPermaLink="false">http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/#comment-1729</guid> <description>Ok, just for the records: didn&#039;t recall my code correctly: indeed I also apply unicode(password), just the padding did not work yet (spaces or charcter &quot;0&quot;? never mind..).</description> <content:encoded><![CDATA[<p>Ok, just for the records: didn&#8217;t recall my code correctly: indeed I also apply unicode(password), just the padding did not work yet (spaces or charcter &#8220;0&#8243;? never mind..).</p> ]]></content:encoded> </item> <item><title>By: Remko</title><link>http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/comment-page-1/#comment-1725</link> <dc:creator>Remko</dc:creator> <pubDate>Sun, 14 Nov 2010 15:14:10 +0000</pubDate> <guid isPermaLink="false">http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/#comment-1725</guid> <description>@Arvid: to become fully compliant, it works either way</description> <content:encoded><![CDATA[<p>@Arvid: to become fully compliant, it works either way</p> ]]></content:encoded> </item> <item><title>By: Arvid Requate</title><link>http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/comment-page-1/#comment-1724</link> <dc:creator>Arvid Requate</dc:creator> <pubDate>Sun, 14 Nov 2010 14:03:11 +0000</pubDate> <guid isPermaLink="false">http://www.remkoweijnen.nl/blog/2007/11/05/encrypt-rdp-password-in-python/#comment-1724</guid> <description>Thank&#039;s, this really worked well, after a bit of fiddling (donation will be given asap). For Python 2.7 I had to remove the unicode conversion, otherwise the RDP server would not get the proper password. Interestingly your  updated post about 512-byte padding and appending a &#039;0&#039;-character to obtain a 1329 &#039;password 51&#039;-hash did not work for me yet. Did you need the padding as a bugfix or did you suggest it merely as an imrovement to become fully compatible to the MS encoding format? (http://www.remkoweijnen.nl/blog/2008/03/02/how-rdp-passwords-are-encrypted-2/).</description> <content:encoded><![CDATA[<p>Thank&#8217;s, this really worked well, after a bit of fiddling (donation will be given asap). For Python 2.7 I had to remove the unicode conversion, otherwise the RDP server would not get the proper password. Interestingly your  updated post about 512-byte padding and appending a &#8217;0&#8242;-character to obtain a 1329 &#8216;password 51&#8242;-hash did not work for me yet. Did you need the padding as a bugfix or did you suggest it merely as an imrovement to become fully compatible to the MS encoding format? (<a  href="http://www.remkoweijnen.nl/blog/2008/03/02/how-rdp-passwords-are-encrypted-2/" rel="nofollow">http://www.remkoweijnen.nl/blog/2008/03/02/how-rdp-passwords-are-encrypted-2/</a>).</p> ]]></content:encoded> </item> </channel> </rss>
