delphi spirit, forever

Posts Tagged ‘d5

16 Jan, 2009

Fundamentals v.4.00 RC1 for delphi

Posted by: admin In: delphi code

By Fundamentals. FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS UTILITIES contains the following units: cDataStructs.pas Data structures cDateTime.pas Date and Time functions cFileUtils.pas File utility functions cHash.pas Hashing functions cRandom.pas Uniform random number generators cSocket.pas System socket class cSocketHostLookup.pas Socket host lookup class cSocketLib.pas System socket library cStreams.pas Streams cStrings.pas Ansi String functions [...]

21 Dec, 2008

HashCart-128 v.0.1

Posted by: admin In: system

By Alexander Myasnikov. HashCart – simple and fast hash function based on Cartman block cipher. Function has 128-bit state and 128-bit block, uses 4 SBOX arrays, cipher is initialized with 384-bit key. Fully functional and include source, for D2005 D2006 D2007 D5 D6 D7. You can download from torry.net. 2009.1.10. Thanks Alexander’s comment: “This code [...]

Tags: , , , , , ,

27 Nov, 2008

Send fax directly with HylaFax or MSFax v.1.0

Posted by: admin In: system

Two example application that allow developers to make Delphi application that sends fax directly over HylaFax or Microsoft Fax Service. By George Torok and you can download from here. HylaFax: HylaFax is an open source fax server under Linux. We are lucky, because we can communicate HylaFax through FTP. So you we have to write [...]

Tags: , , , , , ,

Successor of the famous Delphi Encryption Compendium by Arvid Winkelsdorf and Hagen Reddmann. A compendium of various strong encryption algorithms and hash functions, including: Complete Rewrite of the former DEC 3, Update to the DEC 5.1 (released back in 2006) Many Ciphers (Blowfish, Twofish, 3DES, Rijndael…) Many Hashs (MD2/4/5, SHA1-512, RipeMD128-320…) Checksum Functions (CRC32, CRC16…) [...]

10 Nov, 2008

DDService v.1.4 has been released

Posted by: admin In: system

DDService by Arno Garrels for Delphi currently adds the following features to the original CodeGear service framework: Optional console control handler. Property ServiceName. Some bugs still present in CodeGear’s framework fixed. Win 2000 FailureOptions and FailureActions, Service Description. HandlerEx extended service controls: ParamChange, NetBindChange. Optional device events as well as power events. Assigning one of [...]