關於 SecureBridge

將遠端服務的安全 (SSL、SSH) 連接添加到您的應用程式。

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

SecureBridge Features

  • 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. The component implements the CMS for data protection.

The Standard edition includes the SecureBridge basic secure connectivity components.

The Professional enhances SecureBridge Standard Edition with server functionality.