Screenshot Preview

SSLBlackbox VCL Client-Server - In-house - Summary

by EldoS - Product Type: Component / VCL

SSLBlackbox VCL - In-house licenses are Runtime royalty free for use within your company. (The In-house license does not allow you to distribute your product to other companies/organizations or individual users.)

If you need to distribute your product outside your company/organization or to individual users then please select the SSLBlackbox VCL - Vendor or Ultimate edition.

If you require information, please visit the pages above or Contact Us for pricing and availability.

Summary

SSLBlackbox VCL Client-Server - In-house by EldoS

URLs: secureblackbox-sslblackbox-vcl-client-server-in-house, secureblackbox sslblackbox vcl client server in house, secureblackboxsslblackboxvclclientserverinhouse, eldos

Connect to remote servers or build your own secure servers. SSLBlackbox VCL Client-Server is an implementation of SSL 2, SSL 3, TLS 1 and TLS 1.1 security protocols, available in client-only and client-server editions. SSLBlackbox VCL also includes HTTP / HTTPS, FTP / FTPS and SMTP client components. With SSLBlackbox VCL you can connect to remote servers or build your own secure servers. SSL/TLS is often used to secure application-level protocols, such as HTTP, FTP and SMTP. SSLBlackbox includes components for client-side access to the remote servers using these protocols. SSLBlackbox includes a client-side component to upload and download files using FTP / FTPS protocol. SSLBlackbox also provides client-side and server-side DTLS support. SSLBlackbox has complete support for SSL 2, SSL 3, TLS 1.x versions of the protocol.

SSLBlackbox package of SecureBlackbox

SSL protocol was originally introduced by Netscape to secure access to Internet sites. Since then, SSL was adopted by Internet community for securing network communications in Internet and Intranet networks as TLS (Transport Layer Security) protocol.

With SSLBlackbox you can connect to remote servers or build your own secure servers.

SSL/TLS is often used to secure application-level protocols, such as HTTP, FTP and SMTP. SSLBlackbox includes components for client-side access to the remote servers using these protocols.

In particular, SSLBlackbox includes a client-side component to upload and download files using FTP / FTPS protocol. Other operations defined by FTP protocol specifications are supported as well. Note: FTPS (FTP over SSL) is not SFTP, which is SSH File Transfer Protocol and which is available in SFTPBlackbox package.

One of the recent additions to SSL/TLS family of protocols is Datagram TLS ( DTLS ), which is very similar to TLS. DTLS is used to protect UDP-based or other message-based network communications such as stream audio and video delivery. SSLBlackbox is one of the few solutions to provide client-side and server-side DTLS support.

Unlike symmetric encryption, securing communications with SSL/TLS doesn't require that the sides know the shared secret (password/encryption key). Also, the public key security (PKI) lets each side examine authenticity of the other side and prevent man-in-the-middle attacks. Another benefit of SSL/TLS is that PKI infrastructure is a widely-used technology, so implementation and maintenance of SSL/TLS-based solutions are quite simple tasks.

SSLBlackbox does not use CryptoAPI, OpenSSL or other third-party encryption library. For certificate creation, management and validation SSLBlackbox uses PKIBlackbox, base functions of which are included with SSLBlackbox package.

SSLBlackbox has been tested with numerous client-side and server-side SSL implementations, including Internet Information Server and Java 2 EE. SSLBlackbox includes special workarounds for SSL/TLS implementation flaws, found in this software.

SSLBlackbox is offered as an individual package and as a part of Professional, Standard and Transports packages.

SSL/TLS Protocol implementation contains the following features, common to both client-side and server-side components:

complete support for SSL 2, SSL 3, TLS 1.x versions of the protocol;

client and server DTLS (Datagram TLS) protocol support which lets you secure your UDP communications;

flexible support for client-side certificate authentication;

user-controlled validation of certificates;

built-in compression;

optional resuming of SSL sessions;

support for Cryptocards and USB Crypto Tokens;

authentication using pre-shared key (passphrase);

authentication using OpenPGP keys (requires OpenPGPBlackbox);

standard and custom TLS extensions;

data transfer using events/callbacks, i.e. possibility to secure not only socket-based, but also other types of data exchange;

support for key length from 512 to 16384 bits;

support for RSA, DSA and DH public key algorithms;

support for ECC-based cipher suites;

data encryption with Camellia, AES (128 to 256 bit), Triple DES (3DES), DES, ARCFOUR, RC2 algorithms;

integrity checking using HMAC, SHA1 and MD5 algorithms;

asynchronous operation mode which lets you easily build synchronous and asynchronous applications

Client-side FTP / FTPS protocol implementation offers the following FTP and FTPS features:

client-side support for FTP and FTP-over-SSL (FTPS) protocols;

support for explicit and implicit TLS;

compression (MODE Z) support;

MLST command processing for easy parsing of directory listings;

support for files over 4 Gb;

custom commands;

transfer resumption and partial transfers;

file and directory commands (create and delete directories, rename files etc.);

support for SOCKS and HTTP CONNECT (web tunneling) proxies;

support for FTP proxies;

active and passive mode with optional adjustment of the server address in passive mode;

flexible support for client-side authentication in FTPS;

bandwidth control;

IPv6 support;

DNSSEC support

SSLBlackbox includes a client-side HTTP / HTTPS protocol implementation, which offers the following HTTP features:

client-side support for HTTP 1.0 and HTTP 1.1 including keep-alive requests and chunked encoding (the features required by HTTP 1.1);

client-side support for HTTP over SSL (HTTPS);

flexible support for client-side authentication in HTTPS;

handling of GZip and Deflate compression;

easy to use cookie management;

support for files over 4 Gb;

support for HTTP, SOCKS and HTTP CONNECT (web tunneling) proxies;

support for "Windows Integrated" or NTLM authentication on both destination servers and proxy servers;

easy to use data post capabilities with methods to post web forms and binary data streams;

flexible redirection handling;

bandwidth control;

IPv6 support;

DNSSEC support

SSLBlackbox includes a client-side SMTP protocol implementation, which offers the following SMTP features:

client-side support for SMTP protocol;

support for explicit and implicit TLS;

support for binary transfer mode;

the component can send both messages created by MIMEBlackbox and any other generated messages;

flexible support for client-side authentication in SMTP over TLS;

bandwidth control;

IPv6 support

SMTP component is not available in ActiveX edition.

PKI Infrastructure - besides SSL/TLS features, SSLBlackbox includes base functions of PKIBlackbox.

Available editions

SSLBlackbox is available in several editions for various software platforms.

.NET edition. This edition of SSLBlackbox includes pure managed components, carefully optimized to achieve maximum performance, comparable to native processor code.

.NET edition requires .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, .NET Framework 1.1, Silverlight 4, Silverlight 3, Mono 2.0, Mono 1.0, .NET CF (Compact Framework) 3.5, .NET CF 2.0, .NET CF 1.0.

.NET edition can be used on ASP.NET server systems, Windows desktop systems, Windows Mobile PDAs, Silverlight-enabled browsers, on Linux and MacOS X systems with Mono installed.

VCL edition. Blazingly fast native Delphi (Pascal) components for building native Windows and Linux applications. Usable with Delphi, C++ Builder or FreePascal (Win32 or x64, Linux/x86 or Linux/x64).

VCL edition works on any computer with Windows 98 and later or with Linux kernel 2.4 and later.

ActiveX/DLL edition. ActiveX controls and Dynamically-Linked Libraries are useable with virtually any development tool, which supports ActiveX or DLLs. This includes ASP web pages, Visual Basic 6 applications, native C/C++ applications for Windows, shell and server-side scripts.

ActiveX/DLL edition works on any computer with Windows 98 and later.

SSLBlackbox VCL - In-house licenses are Runtime royalty free for use within your company. (The In-house license does not allow you to distribute your product to other companies/organizations or individual users.)

If you need to distribute your product outside your company/organization or to individual users then please select the SSLBlackbox VCL - Vendor or Ultimate edition.

If you require information, please visit the pages above or Contact Us for pricing and availability.

Connect to remote servers or build your own secure servers.

Pricing: SSLBlackbox V9.0 VCL Edition Client-Server - In-house License 1 Developer In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License 2 Developers In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License 3 Developers In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License 4 Developers In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License 5 Developers In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support 1 Developer In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support 2 Developers In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support 3 Developers In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support 4 Developers In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support 5 Developers In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Lifetime free upgrades 1 Developer In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Lifetime free upgrades 2 Developers In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Lifetime free upgrades 3 Developers In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Lifetime free upgrades 4 Developers In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Lifetime free upgrades 5 Developers In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support + Lifetime free upgrades 1 Developer In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support + Lifetime free upgrades 2 Developers In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support + Lifetime free upgrades 3 Developers In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support + Lifetime free upgrades 4 Developers In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - In-house License + Priority support + Lifetime free upgrades 5 Developers In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company In-house License, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company In-house License + Priority support, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company In-house License + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company In-house License + Priority support + Lifetime free upgrades, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company In-house License + Worldwide usage rights, SSLBlackbox V9.0 VCL Edition Client-Server - Company In-house License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company I

Evals & Downloads: Read the SecureBlackBox help file, Download the SecureBlackbox VCL V8.0 Delphi evaluation on to your computer - Expires after 30 days, Download the SecureBlackbox VCL V8.0 C++ Builder evaluation on to your computer - Expires after 30 days, Download the SecureBlackbox VCL V8.0 FreePascal evaluation on to your computer - Expires after 30 days, Download the IDEA module for SecureBlackBox VCL evaluation on to your computer - Expires after 30 days

Operating System for Deployment: Windows 7, Windows Server 2008, Windows Vista, Windows XP, Windows Server 2003, Windows 2000, Linux Kernel V2.6.x, Linux Kernel V2.4.x

Architecture of Product: 32Bit, 64Bit

Product Type: Component

Component Type: VCL

Compatible Containers: Embarcadero RAD Studio 2010, CodeGear RAD Studio 2009, C++Builder 2010, C++Builder 2009, C++Builder 2007, Delphi 2010, Delphi 2009, Delphi 2007 for Win32, Delphi 2006 (10.0), Delphi 2005 (9.0), Delphi 7.0, Delphi 6.0, Delphi 5.0, Delphi 4.0

Keywords: sslblackbox, ssl blackbox, ssl black box, SecureBlackbox, secure blackbox, secure black box, internet security, security, data security, file security, password, password protect, file encryptor, encrypt, encryption, DOTNET, NET, .NET, C#, VB.NET, SSL, TLS, SSH, SFTP, MIME, S/MIME, PGP, ssl, XML, ZIP, EDI, cloud, office, secure, protocol

EldoS Corporation

Encryption Encrypt Encoding encode encodes decryption Decrypt decrypting cypher

Internet Communication IP comms

Security secure Administration adminstrator admin administrates

Part numbers: PC-536708-383138 536708-383138 PC-536708-383139 536708-383139 PC-536708-383140 536708-383140 PC-536708-383141 536708-383141 PC-536708-383142 536708-383142 PC-536708-383145 536708-383145 PC-536708-383146 536708-383146 PC-536708-383147 536708-383147 PC-536708-383148 536708-383148 PC-536708-383149 536708-383149 PC-536708-383151 536708-383151 PC-536708-383152 536708-383152 PC-536708-383153 536708-383153 PC-536708-383154 536708-383154 PC-536708-383155 536708-383155 PC-536708-383158 536708-383158 PC-536708-383159 536708-383159 PC-536708-383160 536708-383160 PC-536708-383161 536708-383161 PC-536708-383162 536708-383162 PC-536708-383143 536708-383143 PC-536708-383150 536708-383150 PC-536708-383156 536708-383156 PC-536708-383163 536708-383163 PC-536708-383157 536708-383157 PC-536708-383164 536708-383164 PC-536708-383165 536708-383165 PC-536708-383166 536708-383166 PC-536708-383144 536708-383144

Mfr. Part No: SBB-VCL-SLS-RI0000 SBB-VCL-SLS-RI0002 SBB-VCL-SLS-RI0004 SBB-VCL-SLS-RI0006 SBB-VCL-SLS-RI0008 SBB-VCL-SLS-RI0010 SBB-VCL-SLS-RI0012 SBB-VCL-SLS-RI0100 SBB-VCL-SLS-RI0102 SBB-VCL-SLS-RI0108 SBB-VCL-SLS-RI0110 SBB-VCL-SLS-RI0200 SBB-VCL-SLS-RI0202 SBB-VCL-SLS-RI0208 SBB-VCL-SLS-RI0210 SBB-VCL-SLS-RI0300 SBB-VCL-SLS-RI0302 SBB-VCL-SLS-RI0308 SBB-VCL-SLS-RI0310 SBB-VCL-SLS-RI0400 SBB-VCL-SLS-RI0402 SBB-VCL-SLS-RI0408 SBB-VCL-SLS-RI0410 SBB-VCL-SLS-RI0500 SBB-VCL-SLS-RI0502 SBB-VCL-SLS-RI0508 SBB-VCL-SLS-RI0510 SBB-VCL-SLS-RU0001

Product Search

Enter search words:

Why buy from ComponentSource?

ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.

More Info | About Us

Award