Tero DES C# Test


Author: Dave
Date: 01.04.13 - 6:10pm



Ok this one was a little painful to create, but i got it working.

There is a nice free DES/Triple DES Javascript library that can found at: tero.co.uk. The code has even been ported into PHP and Perl.

The author was very kind to even write an in depth description of how it works and what its default modes are (i would have been lost with out it!) He also states that it si tested as compatible with .NET which is awesome.

A while back I used the PHP version of the code in a web app. Now came the time I wanted to access the data from a .NET backend application. My initial attempts at using the .NET library for it failed because I didnt understand the key padding or when to use DES over Triple DES etc. Crypto can suck to debug :( so anyway..my first stab just to get something running and usable, was to use Phalanger to run a .NET compiled version of the php script. This worked, but it added 3mb of dependencies to the install and a 1mb file took almost 1 minute to decrypt.

This could be acceptable, because i know the compatibility is perfect, and in all my testing, I never encountered a decryption error with the original PHP script running through Phalanger (kudos to the author!).

Anyway, I still wanted to see if I could get the native .NET DES/3DES implementation working in a way that was compatible with the tero module. After a day of reading and experimentation I think I have it working and all debugged. You can download the test app here

In testing I also stumbled across a stupid decision MS made in their .NET library namely the CryptographicException - "Specified key is a known weak key for DES and cannot be used." Sure thats a nice warning, but what if I need to decrypt data that was encrypted to a known weak key? Who are you to say I cant! Luckily after some googling, a workaround was found that directly accesses an internal member of the class via reflection. Thanks Ray_M !

Note: This seems to be compatiable with text strings, I dont think its binary safe yet, I am still hosing with some more testing..did i mention debugging this stuff sucks...and .NET streams are a pita..




Comments: (0)

 
Leave Comment:
Name:
Email: (not shown)
Message: (Required)
Math Question: 13 + 70 = ? followed by the letter: S 



About Me
More Blogs
Main Site
Posts: (All)
2024 ( 1 )
2023 ( 9 )
2022 ( 4 )
2021 ( 2 )
2020 ( 4 )
2019 ( 5 )
2018 ( 6 )
2017 ( 6 )
2016 ( 22 )
2015 ( 15 )
2014 ( 25 )
2013 (4)
     MS GLEE Graphing
     printf for VB6
     C# App Config
     Tero DES C# Test
2012 (10)
     VC 2008 Bit Fields
     Speed trap
     C# Db Class Generator
     VB6 vrs .NET (again)
     FireFox Whois Extension
     git and vb6
     Code Additions
     Compiled date to string
     C# ListView Sorter
     VB6 Wish List
2011 ( 7 )
2010 ( 11 )
2009 ( 3 )