by EldoS - Product Type: Component / VCL
If you are only going to distribute your product inside your own company/organization then you may be interested in the PKIBlackbox VCL - In-house licenses.
PKIBlackbox 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 require information, please visit the pages above or Contact Us for pricing and availability.
PKIBlackbox VCL - Vendor by EldoS
URLs: secureblackbox-pkiblackbox-vcl-vendor, secureblackbox pkiblackbox vcl vendor, secureblackboxpkiblackboxvclvendor, eldos
Certificate management, data processing (signing, encryption, timestamping), executables signing. PKIBlackbox VCL offers complete support for PKI infrastructure including X.509 certificates, certificate storage, data signing and encryption using certificates etc. PKIBlackbox lets you add PKI functionality to your software. This includes certificate management, data processing (signing, encryption, timestamping), executables signing. You can also build server-side functions for timestamping and online certificate status validation into your applications.
SecureBlackbox PKIBlackbox - completely managed PKI components for VCL
PKI (Public Key Infrastructure) is a set of technologies, that utilize asymmetric cryptography for signing and encryption of sensitive data, and for authentication of various entities, such as web servers, individuals and organizations. One of the most important parts of PKI are X.509 certificates (also incorrectly called SSL certificates) which "certify" authenticity of the person or software, which presents the certificate. The certificates are also used for signing and encryption of data.
PKIBlackbox (VCL edition, part of SecureBlackbox software product) is a collection of managed components for PKI support in your VCL applications.
PKIBlackbox offers complete support for PKI infrastructure including X.509 certificates, certificate storages, data signing and encryption using certificates etc.
X.509 certificates were originally designed as a part of X.500 infrastructure. Since then, they have been adopted as a reliable source of authentication and integrity validation.
For a long time X.509 certificates were used for securing SSL sessions. Now certificates have become an integral part of other technologies, such as IPSec (low-level internet security), SSH (secure connection tunneling), S/MIME (Secure Mail), OpenPGP, PDF and XML signing and encryption and other.
PKIBlackbox lets you add PKI functionality to your software. This includes certificate management, data processing (signing, encryption, timestamping), executables signing. You can also build server-side functions for timestamping and online certificate status validation into your applications.
With PKIBlackbox you can use cryptographic hardware (cryptocards, USB tokens), compliant to PKCS#11 interface, in your PKI operations.
PKIBlackbox is a clean-room implementation of all supported algorithms, standards and protocols. It does not use CryptoAPI, OpenSSL or other third-party cryptographic library.
Basic functions of PKIBlackbox are included into all packages of SecureBlackbox. Advanced functions, namely PKCS#11 interface, TSP and OCSP servers, Authenticode, X.509 certificate generation and CRL signing require a license for PKIBlackbox, SecureBlackbox Transports, SecureBlackbox Data Security, SecureBlackbox Standard or SecureBlackbox Professional package.
Reasons to choose SecureBlackbox:
Security. Strict observance of the standards and the most secure algorithms, used in the industry, ensures highest level of security of the offered solutions.
Easy to use architecture. SecureBlackbox was carefully designed by software architects, who have extensive experience in software development and design.
Flexible support policy. EldoS Corporation offers many support options, from forums and knowlegebase to free individual support and expert services.
Flexibility. SecureBlackbox is an integrated suite of instruments, equally applicable for building complex security-related software solutions and for adding data protection to existing applications.
Readiness for use. You can use SecureBlackbox even if you only have basic knowledge of information security and cryptography.
Feature list:
Most features or PKIBlackbox are included into all SecureBlackbox packages and they don't require a separate license. Those features, that require a license for PKIBlackbox, SecureBlackbox Standard or SecureBlackbox Professional, are marked as such.
Certificates - SecureBlackbox includes support for certificates in X.509 (versions 1-3) format. The following features and operations are offered:
support for key length from 512 to 16384 bits;
support for RSA, DSA and DH keys;
support for Elliptic Curve Cryptography (ECC) - ECDSA keys;
support for both standard (predefined) and custom certificate extensions (as defined by X.509 v3);
saving and loading of X.509 certificates in DER, PEM (base64-encoded DER), PKCS#7, PKCS#8 and PKCS#12 (PFX) formats;
saving and loading of private keys in DER, PEM (base64-encoded DER), PKCS#12 (PFX) and PVK formats;
generation of self-signed and CA-signed certificates (PKIBlackbox license is required);
validation of certificate integrity;
(optional) FIPS-compliant operation mode
Certificate requests - SecureBlackbox supports creation and use of Certificate Requests in PKCS#10 format. Namely, the following operations are supported:
generation of certificate requests and corresponding private keys;
saving and loading of certificate requests in DER and PEM (base64-encoded DER) formats;
saving and loading of private keys in DER, PEM (base64-encoded DER) and PVK formats;
generation of certificates from certificate requests
PKIBlackbox license is required for PKCS#10 support.
Certificate Revocation Lists - SecureBlackbox provids support for Certificate Revocation Lists (CRL) according to RFC 3280, including
creation and modification of CRLs (PKIBlackbox license is required);
support for CRL extensions and CRL Item extensions;
saving and loading of CRLs in DER and PEM (base64-encoded DER) formats;
checking of certificate presence in CRL
In addition to CRLs, SecureBlackbox lets you check certificate status in real-time using OCSP (Online Certificate Status Protocol, RFC 2560). ElFileOCSPClient component can be used with any SecureBlackbox license. ElHTTPOCSPClient component uses ElHTTPSClient component, which requires a license for SSLBlackbox (client-only or client-server), Transports, Standard or Professional package.
OCSP server component lets you create your own OCSP responder (PKIBlackbox license is required).
Certificate Storage - with SecureBlackbox you can keep certificates in certificate storages. Certificate Storage management includes
support for in-memory, file-based and system (Windows CryptoAPI) certificate storages;
support for Cryptocards and USB Crypto Tokens via PKCS#11 and CryptoAPI interfaces (PKIBlackbox license is required for PKCS#11 interface);
powerful search by various criteria, including issuer, subject, dates, e-mails and more;
saving and loading of storages in PKCS#7 and PKCS#12 (PFX) formats;
validation of certificates against certificates contained in the storage;
multithreaded access to certificate storages;
for Windows Certificate Storage - access to per-user and system-wide storages;
for Windows Certificate Storage - access to system, registry and LDAP storages
Data encryption and signing - PKIBlackbox lets you encrypt, sign, decrypt and verify various data using X.509 certificates and offers
implementation of CMS specification (RFC 3852);
implementation of CAdES specification (RFC 5126);
data encryption and decryption using RSA certificates and AES (128 to 256 bit), Triple DES (3DES), ARCFOUR, RC2, DES algorithms;
data signing and verification using ECDSA (ECC-based), RSA and DSA certificates and HMAC, SHA512, SHA384, SHA256, SHA1, MD5, MD2 algorithms;
data timestamping and timestamp verification using TSP (Timestamp Protocol, RFC 3161). Both TSP client and TSP server are available.
ElFileTSPClient component can be used with any SecureBlackbox license. ElHTTPTSPClient component uses ElHTTPSClient component, which requires a license for SSLBlackbox (client-only or client-server), Transports, Standard or Professional package.
TSP Server component requires a license for PKIBlackbox.
Code signing - with PKIBlackbox you can sign your executables and libraries in PE format using MS Authenticode™ technology and verify the signatures. Code signing with MS Authenticode™ is available in VCL and .NET editions. Code signing requires PKIBlackbox license.
Available editions
PKIBlackbox is available in several editions for various software platforms.
.NET edition. This edition of PKIBlackbox 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.
What's new in SecureBlackbox PKIBlackbox 9.0:
Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component
If you are only going to distribute your product inside your own company/organization then you may be interested in the PKIBlackbox VCL - In-house licenses.
PKIBlackbox 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 require information, please visit the pages above or Contact Us for pricing and availability.
Certificate management, data processing (signing, encryption, timestamping), executables signing.
Pricing: PKIBlackbox V9.0 VCL Edition - Vendor License 1 Developer Vendor License, PKIBlackbox V9.0 VCL Edition - Vendor License 2 Developers Vendor License, PKIBlackbox V9.0 VCL Edition - Vendor License 3 Developers Vendor License, PKIBlackbox V9.0 VCL Edition - Vendor License 4 Developers Vendor License, PKIBlackbox V9.0 VCL Edition - Vendor License 5 Developers Vendor License, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support 1 Developer Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support 2 Developers Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support 3 Developers Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support 4 Developers Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support 5 Developers Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Vendor License + Lifetime free upgrades 1 Developer Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Lifetime free upgrades 2 Developers Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Lifetime free upgrades 3 Developers Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Lifetime free upgrades 4 Developers Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Lifetime free upgrades 5 Developers Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support + Lifetime free upgrades 1 Developer Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support + Lifetime free upgrades 2 Developers Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support + Lifetime free upgrades 3 Developers Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support + Lifetime free upgrades 4 Developers Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Vendor License + Priority support + Lifetime free upgrades 5 Developers Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company Vendor License, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company Vendor License + Priority support, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company Vendor License + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Single Country)
(Unlimited Developers within your Company/Organization within one country) Company Vendor License + Priority support + Lifetime free upgrades, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company Vendor License + Worldwide usage rights, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company Vendor License + Priority support + Worldwide usage rights, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company Vendor License + Lifetime free upgrades + Worldwide usage rights, PKIBlackbox V9.0 VCL Edition - Company Vendor License (Worldwide)
(Unlimited Developers within your Company/Organization within many countries) Company Vendor License + Priori
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: pkiblackbox, pki blackbox, pki 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, PDF, 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-536479-381949 536479-381949 PC-536479-381950 536479-381950 PC-536479-381951 536479-381951 PC-536479-381952 536479-381952 PC-536479-381953 536479-381953 PC-536479-381956 536479-381956 PC-536479-381957 536479-381957 PC-536479-381958 536479-381958 PC-536479-381959 536479-381959 PC-536479-381960 536479-381960 PC-536479-381962 536479-381962 PC-536479-381963 536479-381963 PC-536479-381964 536479-381964 PC-536479-381965 536479-381965 PC-536479-381966 536479-381966 PC-536479-381969 536479-381969 PC-536479-381970 536479-381970 PC-536479-381971 536479-381971 PC-536479-381972 536479-381972 PC-536479-381973 536479-381973 PC-536479-381954 536479-381954 PC-536479-381961 536479-381961 PC-536479-381967 536479-381967 PC-536479-381974 536479-381974 PC-536479-381968 536479-381968 PC-536479-381975 536479-381975 PC-536479-381976 536479-381976 PC-536479-381977 536479-381977 PC-536479-381955 536479-381955
Mfr. Part No: SBB-VCL-PKI-RU0001 SBB-VCL-PKI-RV0000 SBB-VCL-PKI-RV0002 SBB-VCL-PKI-RV0004 SBB-VCL-PKI-RV0006 SBB-VCL-PKI-RV0008 SBB-VCL-PKI-RV0010 SBB-VCL-PKI-RV0012 SBB-VCL-PKI-RV0100 SBB-VCL-PKI-RV0102 SBB-VCL-PKI-RV0108 SBB-VCL-PKI-RV0110 SBB-VCL-PKI-RV0200 SBB-VCL-PKI-RV0202 SBB-VCL-PKI-RV0208 SBB-VCL-PKI-RV0210 SBB-VCL-PKI-RV0300 SBB-VCL-PKI-RV0302 SBB-VCL-PKI-RV0308 SBB-VCL-PKI-RV0310 SBB-VCL-PKI-RV0400 SBB-VCL-PKI-RV0402 SBB-VCL-PKI-RV0408 SBB-VCL-PKI-RV0410 SBB-VCL-PKI-RV0500 SBB-VCL-PKI-RV0502 SBB-VCL-PKI-RV0508 SBB-VCL-PKI-RV0510
Publisher
Primary Category
Related Products
Related Categories
ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.