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
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 [...]
27 Nov, 2008
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 [...]
21 Nov, 2008
Posted by: admin In: system
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…) [...]
Tags:
cb2006,
cb2007,
cb2009,
cb5,
cb6,
d2005,
d2006,
d2007,
d2009,
d5,
d6,
d7,
encrypte,
fws
10 Nov, 2008
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 [...]