Encoder Wizard Seekford Solutions, Inc. v1.0.1 FIXED - Properties page did not show Version Page FIXED - "" was displayed in Visual Basic instead of "Properties" FIXED - Install Changed to fix bad compiled sample project. v1.0.2 ADDED - Added support for encoding and Decoding for the yEnc algorithm. Uses smart parsing to find multi part data sections within a string or file for powerful decoding v1.0.3 ADDED - Added support for retrieving the MD5 digest code for a string or file of data. v1.0.4 FIXED - Memory dellocation of system strings passed for functions was improperly done. Encoder Wizard was freeing strings created by other processes. v1.0.5 FIXED - UUEncode parsing has been made more robust for files with extraneous data and non-traditional format. v1.0.6 ADDED - Support for URL encoding and decoding. v1.0.7 FIXED - URL Encoding of extended characters was not done to standards. v1.0.8 UPDATED - Updated support for changes in the yEnc specification v1.0.9 FIXED - Memory for system strings was not deallocated when the outbound string was already allocated. This has been resolved. FIXED - Resolved a problem with the wrapper and the string to file functions. ////////////////////////////////////////////////////////////////// //////////////// Version 2.0 ///////////////// ////////////////////////////////////////////////////////////////// v2.0.10 04-05-2003 ADDED - Support for Encoding SHA-1 digest algorithm. This is a one way algorithm used for hashes. ADDED - Support for Encoding/Decoding Binary data to Hex String conversion. i.e "A" -> "41" ////////////////////////////////////////////////////////////////// //////////////// Version 3.0 ///////////////// ////////////////////////////////////////////////////////////////// v3.0.12 12/05/2004 UPDATED - Enhanced algorithms. Increased speed.