e-CryptIt Engine - Compression
|
|
Version:
|
13.5 |
Compatible:
|
MacOS X Cocoa 32 bit and 64 bit Windows 32 bit and 64 bit Linux 32 bit and 64 bit Linux ARM 32 bit |
Requirements:
|
Xojo 2016 or later or later. |
Dependencies:
|
Einhugur TypeLib Plugin 9.6 or later. |
|
|
Summary:
CompressionZip compression on strings
Zip compression on files (.z format)
Zip compression on streams (.z format)
Zip archives (.zip format)
LZMA compression on files (.lmza format)
LZMA compression on strings
LZMA2 compression on files
LZMA2 compression on strings
Remarks:
The plugin is internally segmented so only the used parts will be compiled into your application.
The Zip compression, is based on the zlib library which was not written by Einhugur Software.
The ZipArchive classes are based on MiniZ library which was not written by Einhugur Software.
The e-CryptIt plugin does not require zlib to be installed.
LZMA base implementation comes from LZMA SDK that was created by Igor Pavlov.
Agreement:
This product is a commercial software, only registered users are allowed to use it.
Einhugur Software will disable all serial numbers found on Internet and all serial numbers of decoded plugins that have illegally been posted on Internet.
Einhugur Software and the author, are in no way responsible for the bugs that might be found in this product. However, Einhugur Software will do its best to fix the bugs. This software is provided by Einhugur software 'as is' without any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for particular purpose. In no event shall Einhugur Software or its developers be liable for any direct, indirect, incidental, special, exemplary or consequential damages (Including, but not limited to, procurement of substitute goods or services; loss of use, data or profits; or business interruption) however caused any on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
Officially we only support versions noted above and up to current official (not alpha or beta versions) version of Xojo at the date of when this plugin is published. We cannot predict what changes might come in future versions of Xojo.
Note that the MiniZ and Vogl MiniZ that the plugin uses is free software that can be obtained free of charge for any use.
License for the Vogl MiniZ that is partially used in this plugin to power some parts of the ZipArhive functionality:
Copyright 2013-2014 RAD Game Tools and Valve Software
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.