<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://winserverteam.org.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mark&amp;#39;s Windows Server Blog - All Comments</title><link>http://winserverteam.org.uk/blogs/mark/default.aspx</link><description>Snippets of Windows Server information from &lt;a href="http://www.markwilson.co.uk/blog/"&gt;Mark Wilson&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: How Windows PowerShell exposes passwords in clear text</title><link>http://winserverteam.org.uk/blogs/mark/archive/2007/08/22/how-windows-powershell-exposes-passwords-in-clear-text.aspx#53</link><pubDate>Thu, 23 Aug 2007 18:23:04 GMT</pubDate><guid isPermaLink="false">2f64b580-8b3f-461a-8545-1e65ae7cb030:53</guid><dc:creator>markwilson</dc:creator><description>Since I wrote &lt;a href="http://winserverteam.org.uk/controlpanel/blogs/www.markwilson.co.uk/.../how-windows-powershell-exposes-passwords-in-clear-text.htm"&gt;the original blog post on this subject&lt;/a&gt;, it&amp;#39;s been pointed out to me that &lt;code&gt;get-credential&lt;/code&gt; doesn&amp;#39;t actually store the credentials as clear text - &lt;code&gt;get-member&lt;/code&gt; shows that the method is actually a secure string.

&lt;p&gt;My point is that, regardless of how the credential is stored, it can be retrieved in a human-readable form. I shouldn’t ever be able to say “what is the password?” and read it - what I should be able to say is, “does this hash (based on what I think the password is) match the stored hash for the password?” - that’s something very different (and far more secure in my view).&lt;/p&gt;

&lt;p&gt;Whether this is actually a bug is questionable (it probably is by design) - unfortunately the only other type of feedback that I can submit to Microsoft is a suggestion - maybe I should “suggest” that this is a poor way in which to handle user credentials and other sensitive data.&lt;/p&gt;

&lt;p&gt;Mark&lt;/p&gt;
&lt;img src="http://winserverteam.org.uk/aggbug.aspx?PostID=53" width="1" height="1"&gt;</description></item></channel></rss>