|
[ANN] FlexCompress - flexible compression with strong encryption
FlexCompress is a high-speed compression library
developed to provide archive functionality for your applications.
This solution provides flexible compression and
strong encryption algorithms that allows you to
integrate archiving or backup features into
your programs in a fast and easy way.
FlexCompress includes our new unique techonology, a transaction system.
This innovative solution gives you a rapid and simple way of
updating archive files providing data integrity like a reliable database system.
Key features:
- Creates archive files of custom format having better compression rate than WinZip and WinRar
- Native VCL; no DLLs; no OCXs
- Adds, moves, extracts, deletes, updates, tests, refreshes a group of files by a single operation
- Creates encrypted archives using strong encryption algorithms
- Creates self-extracting (SFX) archives
- Performs regularly archive updates using transactions that allows canceling all modifications at any time in case of some failures. Also this technology optimizes the speed of the archive modification
- Compresses large files with low memory consumption
- Comprehensive help; lots of demos
To learn more and download trial version, visit www.aidaim.com
Regards,
Leo Martin,
AidAim Software www.aidaim.com
Compression, encryption and database components
Related Discussions - IMAGELIST FOR JPG PICTURES (2001-01-20 08:51:04)An ImageList is nothing but a very large bitmap. The story is different with JPegs. Each JPeg will be compressed differently, depending on a lot of...
- SCREENSAVER (2001-01-25 06:29:37)MS uses a one-way encryption scheme for screen saver
passwords. What that means is that when you set a password,
they encrypt it and store it....
- HOW TO PUT EXE-FILE AS RESSOURCEFILE INTO MY APPLICATION? (2001-01-26 06:34:30)This is from Mark Bracey (Team B) on the Borland newsgroups:
{I modified it slightly}
Hope this helps you...
Here is a simple little...
- HOW CAN A MAKE SMALL DELPHI APPLICATIONS? (2001-01-31 04:49:09)To make the application smaller, and without a form you can do these things:
1. Open your project (or create a new)
2. Choose remove file from...
- ENCRIPTION/DECRIPTION ROUTINES (2001-01-30 09:08:40)Here is a SIMPLE example of string encryption:
function CryptStr(Input: string): string;
var
intX : integer;
begin
RANDSEED := 123456;...
- HOW TO GET A SSH-ENCRYPTION IN DELPHI? (2001-02-06 14:48:28)The only one I found for Windows was by
"SSH Communications Security"
Check here for API's:
http://www.ssh.com/products/
- IMPORT A NEW FILE TO A CABINET (CAB) FILE ... (2001-02-06 14:42:29)There are several CAB components on this page:
http://www.torry.net/compressstd.htm
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- TPOPUPMENU (SEARCHING FOR ITEM) (2001-02-20 04:50:45)if u are using mainmenu that is barmenu then ensure that its autohotkeys property is also set to mannual
- EXTRACT ZIP-FILE (2001-02-24 00:08:30)Use the Zlib zip compression library which comes included on your Delphi CD.
You'll find it in Info/Extras/Zlib
|