<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>get-SHA256</title><link>http://blogs.msdn.com/b/mwilbur/archive/2007/03/14/get-sha256.aspx</link><description>Get the SHA256 hash in one line of powershell: function get-sha256 { param($file);[system.bitconverter]::tostring([System.Security.Cryptography.sha256]::create().computehash([system.io.file]::openread((resolve-path $file)))) -replace "-","" }</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>get-hashes.ps1: Get the hashes (sha256, md5, whatever) for a file</title><link>http://blogs.msdn.com/b/mwilbur/archive/2007/03/14/get-sha256.aspx#1885547</link><pubDate>Thu, 15 Mar 2007 10:44:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1885547</guid><dc:creator>James Manning's blog</dc:creator><description>&lt;p&gt;A slight modification of Mike's version , since sometimes I want md5, sometimes sha1, whatever, and I&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1885547" width="1" height="1"&gt;</description></item></channel></rss>