Editor's review
A set of tools and non-visual components for Delphi, Delphi for .NET, and C++ builder, that provides support for secure connections.
Features: SecureBridge is a set of components that provide support for a programmer so that he/she can ensure the security of a given connection using a number of SSH and SSL tools. SecureBridge can support any TCP traffic using either SSH or SSL. SSH and SSL are secure transport layer protocols with built in authentication (at both server and client sides) and encryption services. SecureBridge provides full support for SSH 2 protocol (SSH Client, SSH Server are also included). SecureBridge also provides full support for SSL 3.0 protocol (the SSL Client is included). There is also an SFTP Client that is implemented in a TScSFTPClient component, that enables secure file transfer over FTP, as well as file system access using the same. It also has support for a number of third party components such as Indy (Internet Direct Components) and MyDAC (Data Access Components for MySQL). SecureBridge protects a given connection against a diverse set of possible attacks: Diffie-Hellman Key exchange algorithm used for connection establishment; a reliable random number generator for key generation; Symmetric algorithms for data encryption; Data Integrity verification through SHA1 and other hashing algorithms.
SecureBridge works by creating an extra security layer between Client and Server. There is a Client side and Server side utility and between these the secure connection is setup. This is sort of like a secure pipe which is called an SSH tunnel or SSL connection, respectively. An excellent user interface with advanced capabilities makes it a breeze for beginners and advanced users alike to get work done efficiently. CryptoAPI provides the ability to work with system and external security certificates.
Overall: An excellent tool for programmers. Advanced functionality, a rich feature set, and no complaints whatsoever to speak of. More advanced testing may be required to ensure that it has bug-free performance across various platforms and applications.
User comments