Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cyoencode-1.2.2.tar.gz | 2023-06-24 | 15.7 kB | |
README.TXT | 2023-06-24 | 2.4 kB | |
cyoencode-1.2.2.zip | 2023-06-24 | 26.9 kB | |
Totals: 3 Items | 45.0 kB | 1 |
=============================================================================== CyoEncode http://cyoencode.sourceforge.net/ Copyright (c) 2009-2021, Graham Bull. All rights reserved. =============================================================================== Version 1.2.2 Release Date 31st January 2021 ------------------------------------------------------------------------------- 1. License ------------------------------------------------------------------------------- CyoEncode is made available under the terms of the Berkeley Software Distribution (BSD) licence, as detailed in LICENSE.TXT. This allows you complete freedom to use and distribute the code in source and/or binary form, as long as you respect the original copyright. ------------------------------------------------------------------------------- 2. Instructions ------------------------------------------------------------------------------- Simply copy the required source files (CyoEncode.h/cpp and CyoDecode.h/cpp) into your C/C++ project. Examples of usage can be found in test.c and test.cpp. For Unix/Linux developers, there's a shell script that will build the test using GCC. For Windows developers, Visual Studio projects are included. For QT developers, a project include file (CyoEncode.pri) is included. ------------------------------------------------------------------------------- 3. Release Notes ------------------------------------------------------------------------------- 1.2.2 - 31st January 2021 - Base85 encoding/decoding now supports folding of spaces to a single 'y'. 1.2.1 - 27th January 2021 - Fixed Base85 decoding. 1.2.0 - 1st November 2017 - Prevent non-trailing padding when decoding Base32 and Base64. - Centralized the test data; additional tests. 1.1.1 - 25th February 2014 - A terminator char shouldn't be appended to the output when decoding. 1.1.0 - 20th February 2014 - Added the cyoBase??EncodeBlock() and cyoBase??DecodeBlock() functions. - Added VS2012 and VS2013 project files. 1.0.2 - 5th January 2012 - A little refactoring, added some shared functions. - Added VS2010 project file. - Added x64 build configurations. 1.0.1 - 25th September 2009 - Added the cyoBase??Validate() functions. - Added detection of invalid encodings in the cyoBase??Decode() functions, rather than relying on assertions. 1.0.0 - 19th August 2009 - First release.