Download Devart SecureBridge v9.5.1 full Source for Delphi 7 - Delphi 10.4 Sydney

Devart SecureBridge v9.5.1 full Source for Delphi 7 - Delphi 10.4 Sydney

Devart SecureBridge v9.5.1 full Source for Delphi 7 - Delphi 10.4 Sydney
Devart SecureBridge v9.5.1 full Source for Delphi 7 - Delphi 10.4 Sydney


SecureBridge is a suite of client and server components for SSH, SFTP, FTPS, HTTP/HTTPS, SSL, WebSocket, and SignalR protocols. Our network security solution is easy to install and use: it is enough to place several components on the form and specify the server address and user credentials to establish a secure connection.

SecureBridge protects any TCP traffic using SSH or SSL protocols and Cryptographic Message Syntax that provide authentication for client and server, strong data encryption, and data integrity verification. Its components can be used in conjunction with data access components to prevent data interception or modification in an untrusted network.

SecureBridge in a Nutshell
In order to ensure data safety in insecure networks, it is essential to take care of data protection and integrity, as well as of data receiver identification. So before putting the data into the insecure area, it should be encrypted. On the other side the data should be decrypted.

Both security client and security server can be implemented with SecureBridge just by adding several components into your application. This will not affect its architecture, and will not add any external dependencies. It is also possible with SecureBridge to make separate security client and server applications to protect connections between trusted networks.

Delphi SSH Client and Server
SecureBridge can work as a high-performance SSH server with SSH clients such as OpenSSH or PuTTY. The SSH client works with different SSH servers like OpenSSH or WinSSHD. Connection parameter management merges multiple unprotected channels between the client and the server into a single protected connection.

Delphi SFTP Client and Server
SFTP is a network protocol for accessing, transferring and managing files on remote systems over an untrusted network. It supports the same authentication methods that are available in SSH. SecureBridge has components that allow you to use it as an SFTP client or create your own SFTP server for secure file downloading.

Delphi SSH Client and Server
SecureBridge can work as a high-performance SSH server with SSH clients such as OpenSSH or PuTTY. The SSH client works with different SSH servers like OpenSSH or WinSSHD. Connection parameter management merges multiple unprotected channels between the client and the server into a single protected connection.

Delphi SFTP Client and Server
SFTP is a network protocol for accessing, transferring and managing files on remote systems over an untrusted network. It supports the same authentication methods that are available in SSH. SecureBridge has components that allow you to use it as an SFTP client or create your own SFTP server for secure file downloading.

Delphi SSL Client
SSL client and server are embedded into the app. The app calls methods of the embedded SSL client to encrypt and send data. SecureBridge SSL client can work with other apps through TLS 1.0-1.3 and SSL 3.0 protocols. SSL client validates server certificate and encrypts or decrypts data transferred through the network.

Delphi FTPS Client
FTPS extends the FTP protocol that is packaged with TLS and SSL for securely transferring files between a client app and a server. FTPS uses server-side public key authentication certificates and client-side authorization certificates. SecureBridge provides components that allow you to create an FTPS client.

Delphi HTTP/HTTPS Client
HTTP is a protocol that underlies any data exchange on the Web between a client, usually a web browser, and a server that hosts resources, such as HTML documents. HTTPS is the secure version of HTTP that uses SSL/TLS protocols. SecureBridge offers components that implement an HTTP/HTTPS client. REST applications can be developed using the TScHttpWebRequest component.

Delphi WebSocket Client
The WebSocket protocol provides full-duplex communication channels over a single TCP connection through a persistent connection between the client the server. SecureBridge offers a component that implements the functionality of a WebSocket client and allows connecting to the server without using any third-party libraries.

Delphi SignalR Hub
SignalR is a client/server communication protocol that adds real-time web functionality to apps. The server will be able to push content to connected clients as soon as it becomes available without waiting for the client to request data. With SecureBridge’s component, you can implement SignalR functionality for Delphi apps.

CMS (Cryptographic Message Syntax)
CMS is a standard for cryptographically protected messages. This syntax is used to digitally sign, digest, authenticate, or encrypt the content of arbitrary messages between a client and a server. The CMS protocol defines an encapsulation syntax for data protection. Our component implements the CMS for data protection.

9.5.1 30-Mar-21
RAD Studio 10.4.2 Sydney is supported
macOS 11 Big Sur is supported
iOS 14 is supported
Android 11 is supported
Lazarus 2.0.12 is supported
Support for the TLS/SSL server in the TScSSLServerConnection component is added
Support for the TCP/IP server in the TScTCPServer component is added
The BeforeReadData and BeforeWriteDataEx events in the TScSFTPClient component are added
The ability to interrupt instance of a connection in TScSSHServer is added
Bug with verifying the RSA key and rsa2-sha256 signature algorithm in TScSSHServer is fixed
Bug with negotiating the ssh-ed25519 key algorithm in TScSSHClient is fixed
Bug with establishing a secure connection in TScFTPClient is fixed
Bug with incorrect HTTP/HTTPS redirects is fixed
Bug with TScHttpWebRequest hanging when service unavailable is fixed
Bug with extra line breaks in the SMTP message is fixed


  • 45