Previous 20 filesDelphi 3.0x freeware
Compression, Encryption

[ fhhsmtri.zip ] [ 95,217 bytes ] [ Freeware ] [ No Source ]
[ D3 | D4 | D5 ]
This Delphi package consists of two components and several classes. (1) Component TFHHSpellMaker. Enables compilation of spell check dictionaries. Includes methods for "reverse spell check" text file compression, approximately twice as effective as zip (given that you use an adequate dictionary with the same language as the text file). This method should be used as a complement to secret key encryption, instead of regular compression. Make sure your recipients share your dictionary. (2) Component TFHHSpellChecker. Since you have compiled comprehensive dictionaries and used them for text file compression, you might as well use them for spell checking too. This component hooks on to any TCustomMemo descendant and checks spelling with only one procedure call. (3) Class TWeakCipher. A 64 bit CFB mode stream cipher. The algorithm itself runs at approximately 7 MB per second on a Pentium II 300MHz computer. Don't believe us when we call it "weak": It uses two 32 bit discrete powers to encrypt and decrypt (which means that you may transmit 2 GB of data before any kind of linear cryptography might reveal a pattern). It is just that we are also dealing with REALLY strong cryptography. Coming up soon...
This package may be distributed freely, as long as no copyright notice is removed. However, no version control is guaranteed. We recommend that you purchase the registred version before distributing your source code.
Added: 27-02-2000   |  Version: v1.04   |  Downloads: 3526/3526/0
Author:Henrick Hellström   FHH Firma Henrick Hellström   [Homepage]   [DSP files]

[ gbcrypt.zip ] [ 3,819 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
Is a simple and very fast Encrypt/Decrypt component working on registers with a 64 bits key. Because of binary management it allows encoding on any kind of files. [more]
no limits or conditions of usage, agreeable suggestions
Added: 26-06-1998   |  Version: 1.0   |  Downloads: 6645/6645/20
Author:G.Burzomato   [Homepage]   [DSP files]

[ hkset11.zip ] [ 46,270 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
HKSetup is a template project to create self-extracting zip files. The program Unzip's the zip with internal routines in the windows temporary directory, asks for confirmation, and executes (all of these are options) a exe file. This is perfect for making Install Shield's setups into one Self-setup Exe file. These routines are NOT encapsulated in a component, nor is the forms unit loaded, so only 80kb are added to the zip file. Very Easy to use.
Added: 19-12-1999   |  Version: v1.0   |  Downloads: 8610/8610/1
Author:Harry Kakoulidis   [Homepage]   [DSP files]

[ hkstrm16.zip ] [ 210,536 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
HKStreams is a component that enables you to easily save and load many streams into one file. The streams can be stored with LHA compression if wanted, and can also be encrypted with blowfish. THKStreams is also smart, if you load afterwards an encrypted or compressed (or both) file, it will know how to read it, and can also call your event that asks the user for a password if needed. Can also handle corrupt and wrong passwords. Source and EXE demo included.
Added: 12-12-1999/9-01-2000   |  Version: v1.6   |  Downloads: 6253/6222/3
Author:Harry Kakoulidis   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 | K1 | K2 | K3 ]
Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.
Added: 9-02-2004   |  Version: 3.05 Beta #5   |  Downloads: n/a
Author:TurboPower Abbrevia Project (Sourceforge)   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
LockBox is a cross-platform toolkit for data encryption. It contains routines & components for use with Borland Delphi, C++Builder, & Kylix. It provides support for Blowfish, RSA, MD5, SHA-1, DES, triple- DES, Rijndael, & digital signing of messages.
Added: 4-02-2003   |  Version: 2.07   |  Downloads: n/a
Author:TurboPower LockBox Project (Sourceforge)   [Homepage]   [DSP files]

[ LZCompress.zip ] [ 17,810 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component links to Lzh component and allows you to pack multiple files to a single Paradox table, like ZIP archive is doing. It encapsulate basic procedures as add a new file to archive, remove an existent file from archive, open an existent file from archive, etc. It requires the Lzh component which actually is included in ZIP. If you want to get the latest free version of Lzh component try the Link section on Delphi Home Page (we recommend you Delphi Super Page component archive).
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 5287/5287/4
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ md5_nreg.zip ] [ 53,733 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | C3 ]
TMD5 produces cryptographically secure hasheswhich comply with the RFC1321 standard.Hashes can be used to securely store passwords,sign files or text, or produce checksums. Changingeven one bit of the input changes the hashentirely in a way that can
Source: Purchase/Registration
Added: 14-06-1998/15-11-1998   |  Version: 1.11a   |  Downloads: 4254/4254/3
Author:TSM Inc. (TSM Inc.)   [Homepage]   [DSP files]

[ nikkelen.zip ] [ 115,027 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
The DelphiZlib package contains a TGzip, TCrc32 and TAdler32 component. Now you can add GZip, Gunzip, Crc32 and Aler32 functionality to your programs. The code uses the Zlib library and is therefore free from any licences. No dll's are needed. Note that this package used to be called DelphiGzip.
Added: 14-05-2000/14-11-2000   |  Version: 0.2.2   |  Downloads: 8214/8181/6
Author:Vincent Nikkelen   [Homepage]   [DSP files]

[ passcryp.zip ] [ 47,483 bytes ] [ Freeware ] [ No Source ]
[ D3 ]
Simple component which implements Crypto API function to generate a hash of a string. Good for storing password information in encrypted form inside tables
Added: 30-08-1998   |  Version: 1.00   |  Downloads: 3281/3281/7
Author:Tony Kempe   [DSP files]

[ paszlib.zip ] [ 99,480 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
PasZLIB is a port of the zlib data compression library C source by Jean-Loup Gailly and Mark Adler to Pascal. Based on zlib 1.1.2, tested with Borland Pascal 7.0 (DOS and DPMI) and Delphi 3.02 (Win95/NT4).
Added: 17-05-1998/19-07-1998   |  Version: n/a   |  Downloads: 4338/4338/0
Author:Jacques Nomssi Nzali   [Homepage]   [DSP files]

[ pgpdc452.zip ] [ 365,650 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D8 | D2 | C5 | C6 ]

These sources provide a Delphi (2-8 and 2005) direct interface to PGP requiring a preceding (!) full installation of PGP 6.5.x, 7.x, 8.x or 9.x.

Available capabilities:

  • Encoding and decoding (encryption/decryption/signing/verifying)
  • Creating and verifying file detached (Open)PGP signatures
  • Importing, exporting, revoking, deleting keys & certificates
  • Several key & certificate management functions
  • Key & certificate generation (DH/DSS, RSA)
  • x.509 certificate & S/MIME support
  • Keyserver functions
  • Some utilities

New in Version 4.5.2:

  • Signing data without using PGP's passphrase dialog in TPGPEncode shouldn't cause access violations anymore.
  • CreateX509CertificateFromRequest in X509Funcs.pas now returns a CertPropsList instead of a CertPropsRec.
  • GetKeySetByAnyID in KeyFuncs.pas doesn't try to process non-empty blank IDs (spaces, e.g.) anymore.
  • PGP's dialog for certificate selection shouldn't occasionally hide in background anymore.

Added: 21-11-1999/21-03-2006   |  Version: 4.5.2 - 3/2005   |  Downloads: 11566/(9804)/(77)
Author:Michael in der Wiesche   [Homepage]   [DSP files]

[ powerarc.zip ] [ 396,578 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
High efficient Data Compression Library. Support Rank, ZIP, BZIP and PPM compression algorithms. All algorithms are contain built in data integrity check and thread-safe (can be work in multithread application). Compression ratio more than 1.5-2 times better than ZIP/RAR archiver. Compression speed up to 8 Mb/sec
Added: 4-04-2001   |  Version: 1.3   |  Downloads: 5752/5752/3
Author:SoftLab MIL-TEC Ltd   [Homepage]   [DSP files]

[ rc6_nreg.zip ] [ 194,910 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | C3 ]
aecRC6 implements the RC6 algorithm, and offers exceptional performance. RC6 is the AES entry from Ron Rivest (of RSA fame), and is an extension of the successful RC5 algorithm.Features: High performance; ECB, CBC, CFB and OFB modes of operation; Hig
Full source included (commercial version), 2 years support (commercial registration)
Added: 11-10-1998   |  Version: 1.11   |  Downloads: 1915/1915/1
Author:TSM Inc. (TSM Inc.)   [Homepage]   [DSP files]

[ rndgen.zip ] [ 2,599 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C3 | C4 | C5 ]
True random generator for Delphi and C++ Builder.
Added: 17-12-2000   |  Version: 1.0   |  Downloads: 4820/4820/5
Author:Andre N Belokon   [Homepage]   [DSP files]

[ rsa_nreg.zip ] [ 145,183 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | C3 ]
TSM Inc. provides high quality cryptographic solutions aimed at professional developers and to hobbyists alike. If you need to get cryptography quickly and reliably into your application, then TSM Inc. is the right choice for you. aecRSA implements the famous RSA public key encryption algorithm and offers very good performance and functionality. TRSA offers key lengths of up to 2048 bits. Features: - High performance - High level encryption primitives to - Encrypt - Decrypt - Sign - Verify - Generate key pairs - automatic base64 encoding (e.g. for transmission over email) - Full source included (commercial version) - 2 years support (commercial registration) - Automatic updates (commercial registration)
Added: 29-11-1998/7-06-1999   |  Version: 1.01   |  Downloads: 3400/3205/9
Author:Brian Palmer   TSM Inc.   [Homepage]   [DSP files]

[ RTdunAce.zip ] [ 4,303 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
A partial wrapper for UnAce.Dll allowing Dynamic linking / unlinking of the functions. only thing currently not supported are password protected and multi-volume archives (because i didn't need it at the time).
Added: 27-06-2000   |  Version: n/a   |  Downloads: 3160/3160/0
Author:Rogier Timmermans   [Homepage]   [DSP files]

[ RTdunRar.zip ] [ 5,773 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
A (partial) wrapper for Unrar.DLL allowing Dynamic linking / unlinking of the functions. Only thing currently not supported are password protected and multi-volume archives (because i didn't need it at the time).
Added: 27-06-2000   |  Version: 0.1c   |  Downloads: 3160/3160/0
Author:Rogier Timmermans   [Homepage]   [DSP files]

[ sha_nreg.zip ] [ 23,969 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | C3 ]
TSHA produces cryptographically secure hasheswhich comply with the FIPS PUB 180-1 standard.Hashes can be used to securely store passwords,sign files or text, or produce checksums. Changingeven one bit of the input changes the hashentirely in a way th
Source upon Purchase/Registration
Added: 23-12-1997/29-11-1998   |  Version: 1.11a   |  Downloads: 46/46/0
Author:TSM Inc. (TSM Inc.)   [Homepage]   [DSP files]

[ spectre.zip ] [ 287,074 bytes ] [ Freeware ] [ No Source ]
[ D1 | D2 | D3 | D4 ]
Spectre is a cryptographic component for Delphi 1.0, 2.0, 3.0 and 4.0.
Added: 6-08-1997/5-07-1999   |  Version: 1.4   |  Downloads: 3806/2807/0
Author:Shaun V. Parry   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.
Next 20 files