 |
A fast, highly optimized implementation of symmetric (private-key) encryption/decryption algorithms: DES, Triple DES (3DES), DESX, BLOWFISH, RIJNDAEL (AES - Advanced Encryption Standard), GOST (USSR/Russian Encryption Standard). It supports 5 modes of operation: ECB (Electronic Codebook), CBC (Cipher Block Chaining), CFB (Cipher Feedback), OFB (Output Feedback), CTR (Counter mode). The library allows to encrypt/decrypt files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports 2 interfaces: QuickCrypt API (the API can be used as is, or it can be used to create wrappers for languages that can use DLL or LIB), and C++ Interface (C++ wrapper classes to QuickCrypt API). It allows static/dynamic linking. It has no external dependencies such as MFC DLLs, COM/DCOM or other component. The help file has C, C++ and Visual Basic (VB) examples showing how to add encrypting/decrypting functionality to Windows applications quickly and easily.
encrypt encryption encrypting encrypted algorithm file string data block memory des
|
 |
A fast, highly optimized implementation of hash and checksum algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256,384,512), RIPEMD(128,160,256,320), PANAMA, TIGER, CRC-32, CRC-16, CRC-CCITT, ADLER32. The library allows to calculate hashes (message digests), checksums and HMACs for files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports 3 interfaces: QuickHash API (the API can be used as is, or it can be used to create wrappers for languages that can use DLL or LIB), C++ Interface (C++ wrapper classes to QuickHash API), and QuickHash Type Library (includes all declarations for accessing the functionality from programming languages that can reference a .TLB, such as VB 5.0, VB 6.0, VBA, etc). It allows static/dynamic linking. It has no external dependencies such as MFC DLLs, COM/DCOM or other component. The help file has C, C++ and Visual Basic examples showing how to add hash, checksum and HMAC calculations to Windows applications quickly and easily.
hash message digest checksum crc hmac algorithm file string data block
|
 |
Template library for properties in C++ like this: widget.color = "red"; to change widget color. In class Widget use: prop::Property color; Supports binding properties together so that the values of several properties of different objects will be automatically synchronized to hold the same value. This library has its own signals (that is Observer Pattern from object oriented methodology) implementation or can be co-worked with the existing signal system. Supports binding properties with a transformation by a functor (e.g. with a C++ function). You can connect properties of different types with optional transformation. Additionally has classes for easy adding properties to object on-the-fly: property(obj, &Class::set, &Class::get). This library is 100% efficient, that is using it does not decrease efficiency compared with direct coding in C++. The library has good API documentation. In short: simplify your work, decrease development time with any kinds of C++ projects, especially GUI projectys. Price includes lifetime free updates. See article http://ex-code.com/articles/binding-properties.html
c- properties c- template library c- library foundational library libsigc signal programming oo programming object oriented programming object orientated programming signals gui programming
|
 |
Professional serial communication library - DLL for Windows & MSDOS libraries.
Features:
* State-driven file transfer libraries allow Xmodem, Ymodem, and Zmodem(w/ crash recovery) file transfers on multiple ports at the same time.
* Built-in hardware and software handshaking for flow control (DTR/DSR, RTS/CTS, XON/XOFF).
* Asynchronously call user's C/C++ or assembly functions on any serial communication or timed event (receive, transmit, modem, or status change interrupt event, buffer count events, specific character reception, error events, and much more).
* Automatic UART type detection; 16650, 16550 support (including FIFO).
* Support baud rates in excess of 115,200 baud, with the ability to use today's high-powered communications devices.
* Completely port re-entrant, allowing it to be time-sliced.
* Complete manual in Help/Hypertext format. HARDCOPY AVAILABLE.
* Extensive statistics on every port(bytes lost, sent, received, errors, etc.).
* Only library that really allows you to combine different multiport cards in one PC under MSDOS including Digiboard, Arnet, Boca Research, GTEK, etc.
* Very easy to use (short learning curve).
* Same API for Windows and MSDOS.
* Extensive set of examples.
Supports:
* Microsoft Visual C/C++, Borland C/C++, Access, Visual Basic, Professional Basic, QuickBasic, & all compilers & tools that can call DLLs (e.g. LabView, Delphi, etc).
* Virtually all Hayes compatible modems.
* Any number of ports running concurrently
* Any device that has a Windows serial communication driver (multiport card, USB - serial hubs & modems, PCMCIA).
* Windows XP, Windows 2000, Windows NT, Windows Me, Windows 98, Windows 95, Windows 3.1, MSDOS.
serial communicationlibrary libraries rs232 windows zmodem xmodem ymodem xp 2000 me
|
 |
Advanced Direct Remailer (ADR) is a powerful remailer and mass mailer which send your message straight out to the recipient's mail server (without your ISP's SMTP server). ADR realizes multi-threaded direct delivery, and so works several times quicker than usual email client. The program has its own internal SMTP server, and can be easily configured to work with any email client (Outlook, Outlook Express, Edudora, etc.), any other mail server or mass mailer (e.g. Eserv, GroupMail). Support for simple mailing lists (.TXT, .LST, .CSV with personification) and mailing lists which are formed by database SQL-request on fly, user's programs for message processing (plugins), merging mailing lists with .CSV files and/or databases from Excel document to powerful Microsoft SQL Server or Oracle, determine up to 90% of "dead" e-mails in address list befor sending, detailed and handy logs for each sent email, open API for programmers and samples with source code, open ActiveX/COM interface (package contains detailed documentation and examples for all popular programming languages - Delphi, Visual Basic, Visual C++, client-side and server-side JavaScript), comfortable Monitor and easy control of messages flow. The program supports Socks5 proxy protocol, so you can use it within a Local Area Network (LAN), too. ADR ensures faster, safer, and more easy-to-control mail sending, and thus it helps to save your time and money! Program can work as Windows NT/2000 service - transparent to the users, so you can forget about it after initial setup.
server smtp mail remailer straight direct delivery stealth bcc bulk mailer outlook developer
|
 |
NTSet is a powerful collection of components for Delphi/C++Builder that implement specific features of Windows 2000/NT.
You can utilize this collection to make the task of programming Windows API a great deal easier.
Check out what you can do with NTSet:
- Configure Windows NT services;
- Work with the event log as simply as with TStringList;
- Manage the information on users and groups;
- Manage shared devices, monitor connected users, and the recources used;
- Assign access rights for files on NTFS;
- Configure registry security settings;
- Control the privileges given to the users;
- Verify users'credentials against Windows NT Domain;
- Retrieve and set a variety of setting for network computers;
- Send messages over the network to a remote computer;
- Browse network resources and connected devices;
- Monitor terminal service sessions;
- Schedule tasks for execution on network computers;
- Configure the firewall under Windows XP and higher.
Please note: current version works with Delphi 7.
You can download NTSet for D2, D3, D4, D5, D6, C++ B1, C++ B3, C++ B4, C++ B5, C++ B6 from the vendor's web site.
windows 2000 nt delphi c services event log userman sharing security privileges registry network
|
 |
Aldo's Macro Recorder is a small yet powerful tool that lets you record keystrokes and mouse clicks easily. It will increase your productivity and save you a lot of time on repetitive tasks. Aldo's Macro Recorder works with *ANY* application: which includes spreadsheets, word processors, browsers, as well as most MS Window applications. The included Macro Script allows you to customize the macro and perform complex tasks in seconds. No programming skills are needed!!!
macro keyboard record mouse script automation key windows api play hotkey
|
 |
This powerful command-line and GUI email client is designed to automate scheduled file sending in your company. With the built-in ZIP archiver, encryption support, scheduling options and log file support it will process all your daily email jobs.
send files by mail windows explorer context menu email e-mail mail beta tech support client server
|
 |
The award winning Elgr sits between the e-mail reader and the internet, checking e-mail as it is received. Spam is automatically moved to the deleted items folder. Elgr uses several powerful methods to trap spam: 1) Detects attempts to fool anti-spam programs. 2) Checks all links in the mail against a daily updated list of over 15000 domains used by spammers. 3) Checks the content of the mail for bad words. 4) Those who don't communicate in English can delete all English mail! Elgr is easy to use. In fact, you read your email exactly as before. Because spam is a moving target which requires program changes, an automatic update mechanism is included. Works with Outlook Express and Outlook. Please check our web site for a complete list of supported e-mail readers.
anti spam anti-spam junk mail email e-mail filter engine api sdk
|
 |
Make your most demanding users happy with the fast and reliable cross-browser data grid component. Complete with fixed headers, client-side sorting, resizable columns, images, tooltips and a lot more - the grid widget will save you weeks of JavaScript/DHTML/CSS/XML programming. Professional design, well documented source code, tutorial, API reference, examples, active support community. All that for free (GPL).
dhtml grid web grid javascript grid net datagrid asp controls php widgets add powerful cross-browser datagrid component
|
|
|