View Single Post
  #1 (permalink)  
Old 05-01-2008, 09:41 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,382
Awards Showcase
Forum Contributer 
Total Awards: 1
Default CryptoEX library

This library implements the MD5 Message Digest hash algorithm and also stream and single block DES encryption and decryption. It works fine with itself but I can't guarantee it meets the DES standard as I have no other DES implementation to test it against. However as it uses the .NET DES implementation I would expect it to be OK.

I can't be bothered to write a help file at the moment file but there are some explanatory comments in the examples. Maybe later!

EDIT : Version1.1 posted, see post below.

EDIT : Help file now posted.

EDIT : Version 1.2 posted with updated help included in zip. See post below for details.
Attached Files
File Type: zip CryptoEx1.2.zip (32.0 KB, 45 views)

Last edited by agraham : 05-13-2008 at 04:25 PM.
Reply With Quote