<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with Encryption</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/encryption/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Encryption</title>
      <link>http://channel9.msdn.com/Tags/encryption</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/encryption</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 15:16:20 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 15:16:20 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>9</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Programming in C#: (05) Type and Value Validation, and Encryption Techniques</title>
      <description><![CDATA[<p>In advanced C#, you can prevent overflow, incorrect results and undesirable side-effects by validation. Let Jerry and Daren show you how to prevent security intrusions via various encryption techniques.</p><ul><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=01m27s">[01:27]</a> - Type and Value validation </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=11m27s">[11:27]</a> - Data contracts </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=23m59s">[23:59]</a> - Unhandled exceptions </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=31m50s">[31:50]</a> - Encryption Techniques </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=43m15s">[43:15]</a> - Hashing </li><li><a href="http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques#time=49m41s">[49:41]</a> - Symmetric encryption </li></ul><p>Full course outline:</p><ul><li>Mod 01: <a title="OOP, Managed Languages and C#" href="http://channel9.msdn.com/posts/Programming-in-C-01-OOP-Managed-Languages-and-C" target="_self">OOP, Managed Languages and C#</a> </li><li>Mod 02: <a title="Complex Types, Object Interfaces and Inheritance" href="http://channel9.msdn.com/posts/Programming-in-C-02-Complex-Types-Object-Interfaces-and-Inheritance" target="_self">Complex Types, Object Interfaces and Inheritance</a> </li><li>Mod 03: <a title="Controlling Programmatic Flow, and Manipulating Types and Strings" href="http://channel9.msdn.com/posts/Programming-in-C-03-Controlling-Programmatic-Flow-and-Manipulating-Types-and-Strings" target="_self">Controlling Programmatic Flow, and Manipulating Types and Strings</a> </li><li>Mod 04: <a title="Code Reflection and Working with Garbage Collection" href="http://channel9.msdn.com/posts/Programming-in-C-04-Code-Reflection-and-Working-with-Garbage-Collection" target="_self">Code Reflection and Working with Garbage Collection</a> </li><li>Mod 05: Type and Value Validation, and Encryption Techniques </li><li>Mod 06: <a title="Splitting Assemblies, WinMD, Diagnostics and Instrumentation" href="http://channel9.msdn.com/posts/Programming-in-C-06-Splitting-Assemblies-WinMD-Diagnostics-and-Instrumentation" target="_self">Splitting Assemblies, WinMD, Diagnostics and Instrumentation</a> </li><li>Mod 07: <a title="Interacting with the File System, and Leveraging Web Services" href="http://channel9.msdn.com/posts/Programming-in-C-07-Interacting-with-the-File-System-and-Leveraging-Web-Services" target="_self">Interacting with the File System, and Leveraging Web Services</a> </li><li>Mod 08: <a title="Using LINQ to Objects and XML, and Serialization" href="http://channel9.msdn.com/posts/Programming-in-C-08-Using-LINQ-to-Objects-and-XML-and-Serialization" target="_self">Using LINQ to Objects and XML, and Serialization</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:0b46fb8496824342b04ba183014b407a">]]></description>
      <comments>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques</comments>
      <itunes:summary>In advanced C#, you can prevent overflow, incorrect results and undesirable side-effects by validation. Let Jerry and Daren show you how to prevent security intrusions via various encryption techniques. [01:27] - Type and Value validation [11:27] - Data contracts [23:59] - Unhandled exceptions [31:50] - Encryption Techniques [43:15] - Hashing [49:41] - Symmetric encryption Full course outline: Mod 01: OOP, Managed Languages and C# Mod 02: Complex Types, Object Interfaces and Inheritance Mod 03: Controlling Programmatic Flow, and Manipulating Types and Strings Mod 04: Code Reflection and Working with Garbage Collection Mod 05: Type and Value Validation, and Encryption Techniques Mod 06: Splitting Assemblies, WinMD, Diagnostics and Instrumentation Mod 07: Interacting with the File System, and Leveraging Web Services Mod 08: Using LINQ to Objects and XML, and Serialization </itunes:summary>
      <itunes:duration>3766</itunes:duration>
      <link>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques</link>
      <pubDate>Tue, 19 Mar 2013 17:24:14 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.mp3" expression="full" duration="3766" fileSize="60259438" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.mp4" expression="full" duration="3766" fileSize="359822254" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.webm" expression="full" duration="3766" fileSize="119822001" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.wma" expression="full" duration="3766" fileSize="30459583" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.wmv" expression="full" duration="3766" fileSize="174766241" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_high.mp4" expression="full" duration="3766" fileSize="788543437" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_mid.mp4" expression="full" duration="3766" fileSize="550759436" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05_Source.wmv" expression="full" duration="3766" fileSize="697185530" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.ism/manifest" expression="full" duration="3766" fileSize="8398" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/8940/9504bda4-51a6-4791-b72f-bc036e098940/CSharpJS05.wmv" length="174766241" type="video/x-ms-wmv"></enclosure>
      <dc:creator>JeffKoch</dc:creator>
      <itunes:author>JeffKoch</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Programming-in-C-Jump-Start/Programming-in-C-05-Type-and-Value-Validation-and-Encryption-Techniques/RSS</wfw:commentRss>
      <category>C#</category>
      <category>Encryption</category>
      <category>Validation</category>
    </item>
  <item>
      <title>Advanced Windows Store App Development with HTML5: (05) Data, Files and Encryption</title>
      <description><![CDATA[<p>The key message of this module is file access and what Windows 8 can do to protect data. The demos will go over designing and implementing data caching, saving and retrieving files from the file system, and securing application data.</p><ul><li><a href="http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption#time=01m27s">[01:27]</a> - Data caching </li><li><a href="http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption#time=12m00s">[12:00]</a> - Data storage </li><li><a href="http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption#time=31m56s">[31:56]</a> - Secure application data </li></ul><p>Full course outline:</p><ul><li>Mod 01: <a title="Background Tasks and Components" href="http://channel9.msdn.com/posts/Advanced-Windows-Store-App-Development-with-HTML5-01-Background-Tasks-and-Components" target="_self">Background Tasks and Components</a> </li><li>Mod 02: <a title="Hardware and Sensors" href="http://channel9.msdn.com/posts/Advanced-Windows-Store-App-Development-with-HTML5-02-Hardware-and-Sensors" target="_self">Hardware and Sensors</a> </li><li>Mod 03: <a title="Printing and PlayTo" href="http://channel9.msdn.com/posts/Advanced-Windows-Store-App-Development-with-HTML5-03-Printing-and-PlayTo" target="_self">Printing and PlayTo</a> </li><li>Mod 04: <a title="Animations, Custom Controls, and Globalization" href="http://channel9.msdn.com/posts/Advanced-Windows-Store-App-Development-with-HTML5-04-Animations-Custom-Controls-and-Globalization" target="_self">Animations, Custom Controls, and Globalization</a> </li><li>Mod 05: Data, Files and Encryption </li><li>Mod 06: <a title="App Deployment" href="http://channel9.msdn.com/posts/Advanced-Windows-Store-App-Development-with-HTML5-06-App-Deployment" target="_self">App Deployment</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:cefe0e124d6d436a8e19a178002a8229">]]></description>
      <comments>http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption</comments>
      <itunes:summary>The key message of this module is file access and what Windows 8 can do to protect data. The demos will go over designing and implementing data caching, saving and retrieving files from the file system, and securing application data. [01:27] - Data caching [12:00] - Data storage [31:56] - Secure application data Full course outline: Mod 01: Background Tasks and Components Mod 02: Hardware and Sensors Mod 03: Printing and PlayTo Mod 04: Animations, Custom Controls, and Globalization Mod 05: Data, Files and Encryption Mod 06: App Deployment </itunes:summary>
      <itunes:duration>2765</itunes:duration>
      <link>http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption</link>
      <pubDate>Tue, 05 Mar 2013 16:59:28 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.mp3" expression="full" duration="2765" fileSize="44253785" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.mp4" expression="full" duration="2765" fileSize="265349243" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.webm" expression="full" duration="2765" fileSize="88406908" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.wma" expression="full" duration="2765" fileSize="22369811" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.wmv" expression="full" duration="2765" fileSize="130155371" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_high.mp4" expression="full" duration="2765" fileSize="579248269" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_mid.mp4" expression="full" duration="2765" fileSize="403988297" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05_Source.wmv" expression="full" duration="2765" fileSize="478206426" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.ism/manifest" expression="full" duration="2765" fileSize="8446" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/75a2/3c3eca90-7517-400f-8920-3fb2104375a2/AdvWin8HTML05.wmv" length="130155371" type="video/x-ms-wmv"></enclosure>
      <dc:creator>JeffKoch</dc:creator>
      <itunes:author>JeffKoch</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Advanced-Windows-Store-App-Development-with-HTML5-Jump-Start/Advanced-Windows-Store-App-Development-with-HTML5-05-Data-Files-and-Encryption/RSS</wfw:commentRss>
      <category>Data</category>
      <category>Encryption</category>
      <category>HTML5</category>
      <category>Storage</category>
      <category>Windows 8</category>
      <category>Windows Store App</category>
    </item>
  <item>
      <title>TechNet Radio: SMB 3.0 Encryption Overview</title>
      <description><![CDATA[<p><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117951">Bob Hunt</a> and Jose Barreto continue their SMB series for <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113726" target="_blank">Windows Server 2012</a>&nbsp;and in today’s episode they chat about SMB Encryption. Tune in as they discuss this security component from what it is and why its important as well as how this is implemented and configured in your environment with a quick demo on how to do this via the GUI and in PowerShell.</p><p><strong>After watching this video, follow these next steps: </strong></p><p><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113726" target="_blank"><img title="WS2012_Download_Banner" src="http://files.channel9.msdn.com/thumbnail/271e1da4-1d02-4948-ae1f-47afa9363490.png" alt="WS2012_Download_Banner" width="150" height="79" border="0"></a></p><p><strong>Step #1 –</strong> <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113726" target="_blank">Download Windows Server 2012</a><br><strong>Step #2 –</strong> <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200136624">Download Your FREE Copy of Hyper-V Server 2012</a></p><p><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong></p><p><strong>Resources:</strong></p><ul><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113725">Microsoft Virtual Academy</a> </li><li><strong><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113724">Download Microsoft Private Cloud Evaluation Software</a></strong> </li></ul><p><strong>Websites &amp; Blogs:</strong></p><ul><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117951">Bob Hunt’s Blog</a> </li><li><a href="http://www.smb3.info/">Jose Barreto’s Blog</a> </li></ul><p><strong>Videos:</strong></p><ul><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Windows-Server-2012-Hyper-V-over-SMB">TechNet Radio: Windows Server 2012 Hyper-V over SMB</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Windows-Server-2012-How-to-Scale-Out-a-File-Server-using-Hyper-V">TechNet Radio: Windows Server 2012 - How to Scale-Out a File Server using Hyper-V</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Hyper-V-over-SMB-Step-by-Step-Installation-using-PowerShell">TechNet Radio: Hyper-V over SMB: Step-by-Step Installation using PowerShell</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-SMB-Multi-channel-Basics-for-Windows-Server-2012-and-SMB-30" target="_blank">TechNet Radio: SMB Multi-channel Basics for Windows Server 2012 and SMB 3.0</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-SQL-Server-over-SMB-30-Overview" target="_blank">TechNet Radio: SQL Server over SMB 3.0 Overview</a> </li></ul><p><strong>Virtual Labs:</strong></p><ul><li><a href="http://bit.ly/u9N9vj ">TechNet Virtual Labs: System Center 2012</a> </li></ul><p><a href="http://twitter.com/technetradio"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3806.Twitter.png" alt=" " width="15" height="15" border="0"></a> <a href="http://twitter.com/technetradio">Follow @technetradio</a><br><a href="http://www.facebook.com/MicrosoftTechNetRadio"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3487.Facebook.png" alt=" " width="15" height="15" border="0"></a> <a href="http://www.facebook.com/MicrosoftTechNetRadio"><u>Become a Fan @ facebook.com/MicrosoftTechNetRadio</u></a><br><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/technet-radio-mp4-channel-9/id546970030">iTunes</a>, <a href="http://social.zune.net/redirect?type=podcastseries&amp;id=d6716efe-a536-4c99-8c29-55f74da852a7">Zune</a>, <a href="http://stitcher.com/s?fid=26282">Stitcher</a>, or <a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4">RSS</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b083f35adcc7441a8d13a118015f12dc">]]></description>
      <comments>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-SMB-30-Encryption-Overview</comments>
      <itunes:summary>Bob Hunt and Jose Barreto continue their SMB series for Windows Server 2012&amp;nbsp;and in today’s episode they chat about SMB Encryption. Tune in as they discuss this security component from what it is and why its important as well as how this is implemented and configured in your environment with a quick demo on how to do this via the GUI and in PowerShell. After watching this video, follow these next steps:   Step #1 – Download Windows Server 2012Step #2 – Download Your FREE Copy of Hyper-V Server 2012 If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Resources: Microsoft Virtual Academy Download Microsoft Private Cloud Evaluation Software Websites &amp;amp; Blogs: Bob Hunt’s Blog Jose Barreto’s Blog Videos: TechNet Radio: Windows Server 2012 Hyper-V over SMB TechNet Radio: Windows Server 2012 - How to Scale-Out a File Server using Hyper-V TechNet Radio: Hyper-V over SMB: Step-by-Step Installation using PowerShell TechNet Radio: SMB Multi-channel Basics for Windows Server 2012 and SMB 3.0 TechNet Radio: SQL Server over SMB 3.0 Overview Virtual Labs: TechNet Virtual Labs: System Center 2012  Follow @technetradio Become a Fan @ facebook.com/MicrosoftTechNetRadio Subscribe to our podcast via iTunes, Zune, Stitcher, or RSS </itunes:summary>
      <itunes:duration>1303</itunes:duration>
      <link>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-SMB-30-Encryption-Overview</link>
      <pubDate>Mon, 26 Nov 2012 08:00:30 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-SMB-30-Encryption-Overview</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_512.jpg" height="287" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption.mp3" expression="full" duration="1303" fileSize="20851023" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption.mp4" expression="full" duration="1303" fileSize="118468573" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption.webm" expression="full" duration="1303" fileSize="49061537" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption.wma" expression="full" duration="1303" fileSize="10549071" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_high.mp4" expression="full" duration="1303" fileSize="265848563" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_mid.mp4" expression="full" duration="1303" fileSize="184326763" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_Source.wmv" expression="full" duration="1303" fileSize="576749523" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/8a85/a9e6b49e-0618-4562-a7cc-c1b2e47a8a85/TNRSMBEncyption_Source.wmv" length="576749523" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ChrisCaldwell, TechNet Radio, Bob Hunt</dc:creator>
      <itunes:author>ChrisCaldwell, TechNet Radio, Bob Hunt</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-SMB-30-Encryption-Overview/RSS</wfw:commentRss>
      <category>Encryption</category>
      <category>Security</category>
      <category>Storage</category>
      <category>cloud OS</category>
      <category>Private Cloud</category>
      <category>Windows Server 2012</category>
    </item>
  <item>
      <title>Building Hardware-accelerated Encrypted Storage Devices (eDrives) in Windows 8</title>
      <description><![CDATA[<p>This video presentation discusses how to build hardware-accelerated encrypted storage drives (eDrives) in Windows 8. It also&nbsp;dives into details on&nbsp;the differences between eDrives and self-encrypting drives.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a04c8cacd3b344fc80f19fc0018a7c73">]]></description>
      <comments>http://channel9.msdn.com/posts/Building-Hardware-accelerated-Encrypted-Storage-Devices-eDrives-in-Windows-8</comments>
      <itunes:summary>This video presentation discusses how to build hardware-accelerated encrypted storage drives (eDrives) in Windows 8. It also&amp;nbsp;dives into details on&amp;nbsp;the differences between eDrives and self-encrypting drives. </itunes:summary>
      <itunes:duration>596</itunes:duration>
      <link>http://channel9.msdn.com/posts/Building-Hardware-accelerated-Encrypted-Storage-Devices-eDrives-in-Windows-8</link>
      <pubDate>Fri, 23 Dec 2011 06:45:03 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Building-Hardware-accelerated-Encrypted-Storage-Devices-eDrives-in-Windows-8</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_2MB_ch9.wmv" expression="full" duration="596" fileSize="213385130" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_ch9.mp3" expression="full" duration="596" fileSize="4769198" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_ch9.webm" expression="full" duration="596" fileSize="42923801" type="video/webm" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_ch9.wma" expression="full" duration="596" fileSize="4826399" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_ch9.wmv" expression="full" duration="596" fileSize="56985003" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_high_ch9.mp4" expression="full" duration="596" fileSize="120546683" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_low_ch9.mp4" expression="full" duration="596" fileSize="29175901" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_med_ch9.mp4" expression="full" duration="596" fileSize="88198761" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8.ism/manifest" expression="full" duration="596" fileSize="8638" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/7c73/a04c8cac-d3b3-44fc-80f1-9fc0018a7c73/BuildingEDrivesInWindows8_ch9.wmv" length="56985003" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Roxanne Beaver</dc:creator>
      <itunes:author>Roxanne Beaver</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Building-Hardware-accelerated-Encrypted-Storage-Devices-eDrives-in-Windows-8/rss</wfw:commentRss>
      <category>Encryption</category>
      <category>Hardware</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Uso de certificados en .NET</title>
      <description><![CDATA[
<p>&nbsp;&nbsp;&nbsp;&nbsp;Jose Fco Bonnin, CTO en Payvision, nos enseña a realizar las operaciones esenciales con certificados.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Partiendo de un certificado de prueba, veremos como cifrar y descifrar datos y cómo firmar y validar firmas.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e17e98f604524d578e269deb016f2239">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Daniel+Garzon/Uso-de-certificados-en-NET</comments>
      <itunes:summary>
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Jose Fco Bonnin, CTO en Payvision, nos ense&#241;a a realizar las operaciones esenciales con certificados. 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Partiendo de un certificado de prueba, veremos como cifrar y descifrar datos y c&#243;mo firmar y validar firmas. 
</itunes:summary>
      <itunes:duration>1463</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Daniel+Garzon/Uso-de-certificados-en-NET</link>
      <pubDate>Fri, 29 May 2009 14:01:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Daniel+Garzon/Uso-de-certificados-en-NET</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/470900_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/470900_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_2MB_ch9.wmv" expression="full" duration="1463" fileSize="61461074" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_ch9.mp3" expression="full" duration="1463" fileSize="11707139" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_ch9.mp4" expression="full" duration="1463" fileSize="36764416" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_ch9.wma" expression="full" duration="1463" fileSize="23670501" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_ch9.wmv" expression="full" duration="1463" fileSize="38702221" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_Zune_ch9.wmv" expression="full" duration="1463" fileSize="36814201" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/0/7/4/EncryptingWithCertificates_ch9.wmv" length="38702221" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Daniel Garzon</dc:creator>
      <itunes:author>Daniel Garzon</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Daniel+Garzon/Uso-de-certificados-en-NET/RSS</wfw:commentRss>
      <category>Certification</category>
      <category>encripcion</category>
      <category>Encryption</category>
      <category>es-es</category>
      <category>Spain</category>
      <category>Spanish</category>
    </item>
  <item>
      <title>A New App For Mobile Security: Maverick Mobile</title>
      <description><![CDATA[ <p>At this year’s DEMO conference, one of the best demos was from a Pune, India-based company called <a href="http://www.maverickmobile.in/maverick/MMindex.jsp">Maverick Mobile</a>. Their new mobile application helps protect the data on your phone in the event the phone is lost or stolen. The app can be used to back up your data, encrypt it, track your device, retrieve your phonebook from a lost phone, disable the device remotely, and even sound a warning alarm if you know the device to be stolen. At time of launch, the Maverick Mobile app works on Nokia phones only, but in November, the company will debut their <strong>Windows Mobile and Blackberry versions</strong>. </p><p>The app incrementally backs up the data on your phone to their secure servers so you can always retrieve it easily. If your phone is stolen and a new SIM card is put into the device, the application recognizes the change and immediately encrypts all the data, including your phonebook, images, messages, etc. You can then retrieve the data from another phone that’s in your possession and – here’s the best part – that retrieval is done using SMS text messages that are automatically sent from the stolen phone...meaning the thief’s account is used to pay for them! </p><p>You can also hunt down your device once it's been re-activated. The mobile app can send your new phone the phone number, device ID, country code, operator name, and area code belonging to your stolen device. </p><p>However, the craziest thing about the <a href="http://www.maverickmobile.in/maverick/MMindex.jsp">Maverick Mobile app</a> is that it actually lets you harass the thief! You can make spy calls to the device, which switches on the loudspeaker and mic of the stolen phone so you can listen in on the conversations made. But what’s even more hilarious is that you can disable the stolen phone remotely and then have the device sound a loud alarm that sounds like a siren. The only way to disable the siren is to remove the battery! You can also have the app send a customized message with the alarm (like “this phone has been reported stolen, to return it, please call…” (or whatever message you want). </p><p>I couldn’t find any company videos that would allow you to see the device in action, unfortunately. However, I did come across this video from eWEEK where they interview one of the company founders:</p><div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6baea70b-0cbf-4cbe-93b0-d7a7578a7310"><div id="7cf08555-ebad-437c-a438-e0ef0ef2eeb6"><div></div></div></div> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:25e46c53d4304cabb63a9e0e00e9be74">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/A-New-App-For-Mobile-Security-Maverick-Mobile</comments>
      <itunes:summary> At this year’s DEMO conference, one of the best demos was from a Pune, India-based company called Maverick Mobile. Their new mobile application helps protect the data on your phone in the event the phone is lost or stolen. The app can be used to back up your data, encrypt it, track your device, retrieve your phonebook from a lost phone, disable the device remotely, and even sound a warning alarm if you know the device to be stolen. At time of launch, the Maverick Mobile app works on Nokia phones only, but in November, the company will debut their Windows Mobile and Blackberry versions.  The app incrementally backs up the data on your phone to their secure servers so you can always retrieve it easily. If your phone is stolen and a new SIM card is put into the device, the application recognizes the change and immediately encrypts all the data, including your phonebook, images, messages, etc. You can then retrieve the data from another phone that’s in your possession and – here’s the best part – that retrieval is done using SMS text messages that are automatically sent from the stolen phone...meaning the thief’s account is used to pay for them!  You can also hunt down your device once it&#39;s been re-activated. The mobile app can send your new phone the phone number, device ID, country code, operator name, and area code belonging to your stolen device.  However, the craziest thing about the Maverick Mobile app is that it actually lets you harass the thief! You can make spy calls to the device, which switches on the loudspeaker and mic of the stolen phone so you can listen in on the conversations made. But what’s even more hilarious is that you can disable the stolen phone remotely and then have the device sound a loud alarm that sounds like a siren. The only way to disable the siren is to remove the battery! You can also have the app send a customized message with the alarm (like “this phone has been reported stolen, to return it, please call…” (or whatever message you w</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/A-New-App-For-Mobile-Security-Maverick-Mobile</link>
      <pubDate>Fri, 19 Sep 2008 13:31:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/A-New-App-For-Mobile-Security-Maverick-Mobile</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_23519_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_23519_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_38af72a6-f727-4e01-802e-bfeeceb95bb4.jpg" height="308" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_8e6b49b7-c182-45bf-a65f-076e301a2bf1.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/A-New-App-For-Mobile-Security-Maverick-Mobile/RSS</wfw:commentRss>
      <category>Data</category>
      <category>Encryption</category>
      <category>Mobile</category>
      <category>Security</category>
      <category>Windows Mobile</category>
      <category>Backup</category>
    </item>
  <item>
      <title>Encrypt Your Thumb Drive</title>
      <description><![CDATA[I was reading a great post on <a href="http://lifehacker.com/software/top/geek-to-live--encrypt-your-data-178005.php">LifeHacker</a> about TrueCryprt, a free, open-source disk encryption software for Windows Vista/XP/2000 and Linux. The software, which creates a virtual encrypted disk within a file and mounts it as a real hard disk, sounds pretty awesome on its own. However, a commenter, pmhesse, pointed out what is, in my opinion, the software's greatest feature - it doesn't need to be installed to work! As it turns out, you can just put the following files on your thumb drive: truecrypt.exe, truecrypt.sys, and the encrypted volume itself. The encryption is done automatically, in real-time, and transparently. TrueCrypt volumes are hidden and impossible to identify; until decrypted, a TrueCrypt volume appears to consist of nothing more than random data. This is great for anyone who needs to take sensitive files out of the office on a USB key (or just for privacy nuts in genera!) <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:878860fd2dd14f2e8b999e0d00e142c1">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Encrypt-Your-Thumb-Drive</comments>
      <itunes:summary>I was reading a great post on LifeHacker about TrueCryprt, a free, open-source disk encryption software for Windows Vista/XP/2000 and Linux. The software, which creates a virtual encrypted disk within a file and mounts it as a real hard disk, sounds pretty awesome on its own. However, a commenter, pmhesse, pointed out what is, in my opinion, the software&#39;s greatest feature - it doesn&#39;t need to be installed to work! As it turns out, you can just put the following files on your thumb drive: truecrypt.exe, truecrypt.sys, and the encrypted volume itself. The encryption is done automatically, in real-time, and transparently. TrueCrypt volumes are hidden and impossible to identify; until decrypted, a TrueCrypt volume appears to consist of nothing more than random data. This is great for anyone who needs to take sensitive files out of the office on a USB key (or just for privacy nuts in genera!)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Encrypt-Your-Thumb-Drive</link>
      <pubDate>Sat, 09 Feb 2008 09:57:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Encrypt-Your-Thumb-Drive</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_178c07f0-1f2a-48dd-8c4b-f0a97ff29c5a.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_5291862e-95d5-477b-839e-4f352e55056d.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Encrypt-Your-Thumb-Drive/RSS</wfw:commentRss>
      <category>Encryption</category>
      <category>Security</category>
      <category>Tools</category>
      <category>USB</category>
      <category>usb drives</category>
    </item>
  <item>
      <title>A Flash Drive that Backs Itself Up</title>
      <description><![CDATA[The <a href="http://www.sandisk.com/Products/Catalog%281391%29-SanDisk_Cruzer_Titanium_Plus.aspx">4 GB SanDisk Cruzer Titanium Plus USB</a> flash drive is a new breed of flash drive. Instead of being a potential security risk, you can safely store your sensitive, important data on the drive without fear of losing it or deleting the files. The device is protected with password protection and hardware AES encryption, so you only you can access the files. When the Cruzer is plugged into an internet-connected machine, the drive will automatically back itself up online using 256-bit SSL encryption. If you accidentally delete files off of the drive, they can be easily restored from the online backup. Additionally, the files can be accessed via the website even when you don't have have the drive with you. The rugged, crush resistant case offers a layer of physical protection to the USB drive as well. An optional Lost-and-Found service can be utilized if you choose to pay the added expense for a <a href="http://www.boomerangit.com/">BoomerangIt</a> subscription. The drive comes with 6 months of the online backup service for free, after which you must pay the $30 annual fee to continue using it. For all this, the Cruzer's price of only $60 seems pretty reasonable for the security and peace of mind that it offers. <em>(Via </em><a href="http://www.webware.com/8301-1_109-9839413-2.html"><em>Webware</em></a><em>)</em> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4e1ea3511253414c858e9e0e009534ef">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/A-Flash-Drive-that-Backs-Itself-Up</comments>
      <itunes:summary>The 4 GB SanDisk Cruzer Titanium Plus USB flash drive is a new breed of flash drive. Instead of being a potential security risk, you can safely store your sensitive, important data on the drive without fear of losing it or deleting the files. The device is protected with password protection and hardware AES encryption, so you only you can access the files. When the Cruzer is plugged into an internet-connected machine, the drive will automatically back itself up online using 256-bit SSL encryption. If you accidentally delete files off of the drive, they can be easily restored from the online backup. Additionally, the files can be accessed via the website even when you don&#39;t have have the drive with you. The rugged, crush resistant case offers a layer of physical protection to the USB drive as well. An optional Lost-and-Found service can be utilized if you choose to pay the added expense for a BoomerangIt subscription. The drive comes with 6 months of the online backup service for free, after which you must pay the $30 annual fee to continue using it. For all this, the Cruzer&#39;s price of only $60 seems pretty reasonable for the security and peace of mind that it offers. (Via Webware)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/A-Flash-Drive-that-Backs-Itself-Up</link>
      <pubDate>Fri, 11 Jan 2008 05:29:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/A-Flash-Drive-that-Backs-Itself-Up</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_60d0010c-1798-4eab-9c97-82e6e7cc7e6a.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_22742c32-8dcc-40f6-a765-4387d5b12015.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/A-Flash-Drive-that-Backs-Itself-Up/RSS</wfw:commentRss>
      <category>Encryption</category>
      <category>Flash</category>
      <category>Mobility</category>
      <category>Utilities</category>
      <category>utility</category>
    </item>
  <item>
      <title>Hitachi promises laptop disk encryption in 2007</title>
      <description><![CDATA[Thanks to&nbsp;the magic of <a href="http://www.hitachigst.com/hdd/research/recording_head/pr/PerpendicularAnimation.html" target="_blank">Get Perpendicular</a>,&nbsp;Hitachi hopes to ship 750GB laptop HDDs next year (2.5 inch for those keeping score at home). If that weren't enough to get our blood pumping a bit quicker, these drives will also come in hybrid flavors, which will allow for better performance and lower power consumption. Great right?<br><br>Well that's not all folks. These same hybrid disks will feature <a href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard" target="_blank">AES-based encryption</a>. Using a key generated from your password, both the data on flash memory and the disk platters will be wrapped in a blanket of mathematics so complex...well let's just say <a href="http://www.imdb.com/title/tt0105435/quotes" target="_blank">Setec Astronomy</a> <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br><br>(via <a href="http://www.engadget.com/2006/11/01/hitachi-to-offer-auto-encrypting-hybrid-notebook-hdds-in-2007/" target="_blank">Engadget</a>) <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/encryption/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c27e3cab48d4402eaedf9e1000d642fb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/jesse/Hitachi-promises-laptop-disk-encryption-in-2007</comments>
      <itunes:summary>Thanks to&amp;nbsp;the magic of Get Perpendicular,&amp;nbsp;Hitachi hopes to ship 750GB laptop HDDs next year (2.5 inch for those keeping score at home). If that weren&#39;t enough to get our blood pumping a bit quicker, these drives will also come in hybrid flavors, which will allow for better performance and lower power consumption. Great right?Well that&#39;s not all folks. These same hybrid disks will feature AES-based encryption. Using a key generated from your password, both the data on flash memory and the disk platters will be wrapped in a blanket of mathematics so complex...well let&#39;s just say Setec Astronomy (via Engadget)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/jesse/Hitachi-promises-laptop-disk-encryption-in-2007</link>
      <pubDate>Wed, 01 Nov 2006 19:43:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/jesse/Hitachi-promises-laptop-disk-encryption-in-2007</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_8967_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_8967_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/blogs/hitachi_pmr_320.jpg" height="240" width="320"></media:thumbnail>      
      <dc:creator>JD Lewin</dc:creator>
      <itunes:author>JD Lewin</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/jesse/Hitachi-promises-laptop-disk-encryption-in-2007/RSS</wfw:commentRss>
      <category>Animation</category>
      <category>Encryption</category>
      <category>Hardware</category>
      <category>Storage</category>
      <category>humor</category>
    </item>    
</channel>
</rss>