Сырцы для всех поддерживаемых платформ!
Название: SecureBridge Сomponents License v1.10.0.3 FullSource +Demo +Help NEW
Год выпуска: Released: 23, July 2007
Версия: Version: 1.10.0.3
Разработчик: http://www.crlab.com/sbridge/
Сайт разработчика:http://www.crlab.com/sbridge/
Платформа: nonvisual components for Delphi, Delphi for .NET, and C++Builder designed
Таблетка: FullSource в ИСХОДНИКАХ
Описание RUS:
SecureBridge - это библиотека невизуальных компонентов для Delphi, Delphi for dot NET и C++Builder. Они предоставляют поддержку безопасного соединения с удаленными службами через протокол SSH. Достаточно поместить конпоненты, выполняющие функции клиента и хранилища и указать адрес сервера и информацию для аутентификации для установления безопасного соединения.
SecureBridge обладает следующими преимуществами:
- Полная поддержка протокола SSH2
- Клиент SSH с возможностями расширенной настройки
- Быстрый и настраиваемый сервер SSH
- Поддержка большинства SSH2-совместимых клиентов и серверов, включая OpenSSH
- Совместимость с любым приложением, работающим через TCP с протоколами SMTP, POP, IMAP и т.д.
- Защита от различных видов криптоатак
- Поддержка симметричных алгоритмов Blowfish, AES128, Cast128 и TripleDES
- Поддержка асимметричных алгоритмов RSA и DSA
- Поддержка алгоритмов хеширования SHA1 и MD5
- Аутентификация с помощью пароля или открытого ключа
- Поддержка библиотеки c открытым кодом Indy для связи по сети Интернет
- Поддержка MySQL Data Access Components (MyDAC)
- Высокая производительность
- Работа в синхронном и асинхронном режиме
- Надежные и удобные хранение, передача и верификация асимметричных ключей
- Хранилище пользователей, паролей и открытых ключей для SSH-сервера
- Передача данных из нескольких логических соединений через один SSH-туннель
- Доступны VCL и VCL.NET версии библиотеки.
- Высококачественный генератор случайных чисел
- Поддержка интерфейсов TStream и ISequentialStream
- Доступ к подробной информации о соединениях и каналах
- Лицензия на разработчика, команду разработчиков (до четырех) и компанию (неограниченное число разработчиков)
Описание ENG
SecureBridge is a library of nonvisual components for Delphi, Delphi for .NET, and C++Builder designed to protect network connections from unauthorized access.
SecureBridge can protect any TCP traffic using SSH. SSH is a secure transport layer protocol that provides authentication for both client and server, strong encryption and data integrity verification. SecureBridge can be used in conjunction with data access components to prevent data interception or modification in an untrusted network.
Advantages of SecureBridge Library:
SecureBridge is very convenient in setup and usage. It is enough to place several components on the form and specify the server address and the user login information to establish a secure connection. Applications that have to work with secure information are easy to deploy, as they do not require any external files.
Full Support for the SSH2 Protocol
SecureBridge supports SSH2 protocol which is one of the most reliable protocols for data encryption. SSH2 is an acknowledged industry standard in the area of secure data transfer through unprotected connections.
SSH Client
SecureBridge SSH Client, that is implemented in the TScSSHClient component, can work with different SSH servers like OpenSSH, WinSSHD. It allows you achieve high performance due to connection parameters management. SSH client unites several unprotected channels from client to server in one protected connection. Logical channels can exist in different threads.
SSH Server
High-performance SSH server with wide abilities for connection setup and users management. SSH Server works with different types of SSH clients such as OpenSSH, PuTTY etc. Number of the clients connected simultaneously is limited only by system resources.
Protection Against Diverse Attacks
SecureBridge protects transferred data against different kinds of attacks. SecureBridge uses the Diffie-Hellman key exchange algorithm for connection establishing. A reliable random number generator is used for keys generating. To protect data against illegal access, information is encrypted by symmetric algorithms that provide high speed and reliability. For data integrity verification hash algorithms like SHA1 are used.
Support for Third Party Components
SecureBridge supports Internet Direct components (Indy) and MySQL Data Access Components (MyDAC). This allows you to implement all the advantages of the encrypted connection within a single application without any external files.