<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>offcrypto Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/offcrypto/Wiki/View.aspx?title=Home</link><description>offcrypto Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://offcrypto.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt;&lt;br /&gt;The code presented here is for demonstration purposes only. While the code has been written to be robust, it has not been tested to production quality, and some shortcuts may have been taken because the code is not intended for general use. You are welcome to use the code for any purpose you like, but you should review it and test it carefully before using it for any production purpose.&lt;br /&gt;&lt;br /&gt;This project currently consists of:&lt;br /&gt;&lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt;&lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt;&lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects.&lt;br /&gt;&lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt;&lt;br /&gt;5) Legacy RC4 - another C# project that demonstrates how to verify a legacy encryption header and verify the password. Note - completing this entailed a minor bug fix to ManagedRC4 - if you grab this project, please get that one as well.&lt;br /&gt;&lt;br /&gt;Note - the ManagedRC4 project has just been updated to make some of the behavior underlying CryptDeriveKey explicit. This should help facilitate porting to crypto libraries other than CAPI (including CNG).&lt;br /&gt;&lt;br /&gt;4/9/2009 - Just updated ExtractStream to get it to pull out the encryption header directly from a PowerPoint file, as it is a bit of a pain to find the correct offset. I&amp;#39;ve also updated the CapiRC4Encrypt project to deal correctly with the fact that there is now (as of Office 2007 SP2) a major version of 4. previously, we enforced major version of 2 or 3 only.&lt;br /&gt;&lt;br /&gt;11/22/2012 - added a C# project that demonstrates reading and writing version4 encrypted Office documents, and a test application to read an existing encrypted OpenXml file and dump out various information.&lt;br /&gt;&lt;br /&gt;To get all the files, go to the Releases tab.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DrTusk</author><pubDate>Thu, 22 Nov 2012 21:26:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20121122092600P</guid></item><item><title>Updated Wiki: Home</title><link>http://offcrypto.codeplex.com/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt;&lt;br /&gt;The code presented here is for demonstration purposes only. While the code has been written to be robust, it has not been tested to production quality, and some shortcuts may have been taken because the code is not intended for general use. You are welcome to use the code for any purpose you like, but you should review it and test it carefully before using it for any production purpose.&lt;br /&gt;&lt;br /&gt;This project currently consists of:&lt;br /&gt;&lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt;&lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt;&lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects.&lt;br /&gt;&lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt;&lt;br /&gt;5) Legacy RC4 - another C# project that demonstrates how to verify a legacy encryption header and verify the password. Note - completing this entailed a minor bug fix to ManagedRC4 - if you grab this project, please get that one as well.&lt;br /&gt;&lt;br /&gt;Note - the ManagedRC4 project has just been updated to make some of the behavior underlying CryptDeriveKey explicit. This should help facilitate porting to crypto libraries other than CAPI (including CNG).&lt;br /&gt;&lt;br /&gt;4/9/2009 - Just updated ExtractStream to get it to pull out the encryption header directly from a PowerPoint file, as it is a bit of a pain to find the correct offset. I've also updated the CapiRC4Encrypt project to deal correctly with the fact that there is now (as of Office 2007 SP2) a major version of 4. previously, we enforced major version of 2 or 3 only.&lt;br /&gt;&lt;br /&gt;To get all the files, go to the Releases tab.&lt;/div&gt;</description><author>dcleblanc</author><pubDate>Fri, 10 Apr 2009 02:26:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090410022638A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/offcrypto/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt; &lt;br /&gt;The code presented here is for demonstration purposes only. While the code has been written to be robust, it has not been tested to production quality, and some shortcuts may have been taken because the code is not intended for general use. You are welcome to use the code for any purpose you like, but you should review it and test it carefully before using it for any production purpose.&lt;br /&gt; &lt;br /&gt;This project currently consists of:&lt;br /&gt; &lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt; &lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt; &lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects.&lt;br /&gt; &lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt; &lt;br /&gt;5) Legacy RC4 - another C# project that demonstrates how to verify a legacy encryption header and verify the password. Note - completing this entailed a minor bug fix to ManagedRC4 - if you grab this project, please get that one as well.&lt;br /&gt; &lt;br /&gt;Note - the ManagedRC4 project has just been updated to make some of the behavior underlying CryptDeriveKey explicit. This should help facilitate porting to crypto libraries other than CAPI (including CNG).&lt;br /&gt; &lt;br /&gt;To get all the files, go to the Releases tab.&lt;br /&gt;
&lt;/div&gt;</description><author>dcleblanc</author><pubDate>Fri, 06 Feb 2009 08:52:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090206085216A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/offcrypto/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt; &lt;br /&gt;The code presented here is for demonstration purposes only. While the code has been written to be robust, it has not been tested to production quality, and some shortcuts may have been taken because the code is not intended for general use. You are welcome to use the code for any purpose you like, but you should review it and test it carefully before using it for any production purpose.&lt;br /&gt; &lt;br /&gt;This project currently consists of:&lt;br /&gt; &lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt; &lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt; &lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects.&lt;br /&gt; &lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt; &lt;br /&gt;Code to demonstrate the legacy RC4 encryption is in progress, and will posted once I sort out the nuances of CryptDeriveKey.&lt;br /&gt; &lt;br /&gt;Note - the ManagedRC4 project has just been updated to make some of the behavior underlying CryptDeriveKey explicit. This should help facilitate porting to crypto libraries other than CAPI (including CNG).&lt;br /&gt; &lt;br /&gt;To get all the files, go to the Releases tab.&lt;br /&gt;
&lt;/div&gt;</description><author>dcleblanc</author><pubDate>Fri, 09 Jan 2009 19:16:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090109071653P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/offcrypto/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt; &lt;br /&gt;The code presented here is for demonstration purposes only.&lt;br /&gt; &lt;br /&gt;This project currently consists of:&lt;br /&gt; &lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt; &lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt; &lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects&lt;br /&gt; &lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt; &lt;br /&gt;Code to demonstrate the legacy RC4 encryption is in progress, and will posted once I sort out the nuances of CryptDeriveKey.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;To get all the files, go to the Releases tab.&lt;br /&gt;
&lt;/div&gt;</description><author>dcleblanc</author><pubDate>Thu, 08 Jan 2009 17:01:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090108050155P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/offcrypto/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project demonstrates the techniques documented in MS-OFFCRYPTO.&lt;br /&gt; &lt;br /&gt;The code presented here is for demonstration purposes only.&lt;br /&gt; &lt;br /&gt;This project currently consists of:&lt;br /&gt; &lt;br /&gt;1) ExtractStream.cpp - many of the techniques rely on isolating a stream from a compound file. This application can extract streams, even if there are unprintable characters in the stream name. It can also be used to list the streams and storages.&lt;br /&gt; &lt;br /&gt;2) OoxmlEncrypt.cs - a C# project that demonstrates how to correctly verify an entire EncryptionInfo stream, and check that the password matches. The code only works for ECMA-376 Document Encryption - the older RC4 encryption will be handled in another project, which is TBD at the moment. This is written in C# because the original code was written in C++, and by using a different language, we can ensure that language and library-specific assumptions are taken into account.&lt;br /&gt; &lt;br /&gt;3) ManagedRC4 - A wrapper over CAPI RC4 needed by the other RC4 encryption projects&lt;br /&gt; &lt;br /&gt;4) CapiRC4Encrypt - a C# project that demonstrates how to correctly verify the encryption info header and verify the password for CAPI RC4 encryption, which is the default for PowerPoint encryption of .ppt files, and is an option on Word and Excel files.&lt;br /&gt; &lt;br /&gt;To get both files, go to the Releases tab.&lt;br /&gt;
&lt;/div&gt;</description><author>dcleblanc</author><pubDate>Thu, 08 Jan 2009 16:46:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090108044622P</guid></item></channel></rss>