<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource News | Encryption</title><link>http://www.componentsource.com/news/encryption/index.html</link><description></description><language>en-us</language><lastBuildDate>Thu, 09 Feb 2012 23:29:55 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/news/encryption/rss.xml" rel="self" type="application/rss+xml"/><item><title>OpenPGP Library for .NET patched to V1.7.2</title><link>http://www.componentsource.com/news/2011/11/18/openpgp-library-for-dotnet.html?rc=ni_9479</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/1/9479/default_w350.png?rc=ni_9479" alt="Update encryption settings using OpenPGP Library for .NET."/&gt;&lt;p&gt;&lt;small&gt;Update encryption settings using OpenPGP Library for .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/openpgp-library-for-dotnet/index.html?rc=ni_9479"&gt;OpenPGP Library for .NET&lt;/a&gt; includes methods for OpenPGP encryption, decryption, clear signing, one pass sign and encrypt, decrypt and verify and key generation. Entirely written in managed code, there are no external third party dependencies. It decrypts and encrypts files that can be opened with the following software; PGP, PGP Universal Server, McAfee E-Business Server, GnuPG (gpg), WinPT and Articsoft FileAssurity.&lt;/p&gt;&lt;h3&gt;Updates in V1.7.2&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added new exception DidiSoft.Pgp.Exceptions.NonPGPDataException, that indicates that the input is not a valid OpenPGP message&lt;/li&gt;&lt;li&gt;Added method KeyPairInformation.CheckPassword(password) - checks if a password for a private key is correct&lt;/li&gt;&lt;li&gt;Added property KeyPairInformation.IsExpired - returns if key is expired&lt;/li&gt;&lt;li&gt;Added method KeyPairInformation.IsExpiredOnDate(date) - returns if this key is expired on a given date&lt;/li&gt;&lt;li&gt;Added static method KeyStore.OpenInMemory() - creates an in memory KeyStore&lt;/li&gt;&lt;li&gt;Added static method KeyStore.OpenFile(file, password) - equivalent to the constructor KeyStore(file, password)&lt;/li&gt;&lt;li&gt;Added method KeyStore.IsInMemory - checks is this KeyStore located in memory&lt;/li&gt;&lt;li&gt;Added method KeyStore.GetSecretKeysData() - returns the private keys contained in this KeyStore serialized as bytes&lt;/li&gt;&lt;li&gt;Added method KeyStore.GetPublicKeysData() - returns the public keys contained in this KeyStore serialized as bytes&lt;/li&gt;&lt;li&gt;Added method KeyStore.GetPublicKeysWithUserId(userId) - returns the public keys with the specified userId serialized as bytes&lt;/li&gt;&lt;li&gt;Added method KeyStore.GetPublicKeyWithKeyId(keyId) - returns the public keys with the specified keyId serialized as bytes&lt;/li&gt;&lt;li&gt;Added overloaded method KeyStore.ImportPrivateKey(file)&lt;/li&gt;&lt;li&gt;Added method KeyStore.ExportPublicKeyStream(userId) - exports a public key into a Stream&lt;/li&gt;&lt;li&gt;Added method KeyStore.ExportPublicKeyStream(keyId) - exports a public key into a Stream&lt;/li&gt;&lt;li&gt;Added method KeyStore.LoadFromStream(stream) - suitable for loading a previously serialized in memory Keystore&lt;/li&gt;&lt;li&gt;Added method KeyStore.SaveToStream(stream) - suitable for storing an in memory Keystore&lt;/li&gt;&lt;li&gt;Added method KeyStore.CheckPassword(file, password) - checks if a password for a KeyStore correct&lt;/li&gt;&lt;li&gt;Added new exception DidiSoft.Pgp.Exceptions.NonPGPDataException, that indicates that the input is not a valid OpenPGP message&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About DidiSoft&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/didisoft/index.html?rc=ni_9479"&gt;DidiSoft&lt;/a&gt; products help you to add encryption and decryption to your applications, using simple API interfaces for .NET and Java. DidiSoft has developed many advanced solutions that have helped hundreds of companies around the world.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>Components</category><category>DidiSoft</category><category>Encryption</category><category>Microsoft</category><category>Patch Releases</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/11/18/openpgp-library-for-dotnet.html?rc=ni_9479</guid><pubDate>Fri, 18 Nov 2011 12:37:53 GMT</pubDate></item>
		<item><title>OpenPGP Library for Java improves key management</title><link>http://www.componentsource.com/news/2011/09/14/openpgp-library-for-java.html?rc=ni_8943</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8943/default_w350.png?rc=ni_8943" alt="Encrypting using OpenPGP Library for Java."/&gt;&lt;p&gt;&lt;small&gt;Encrypting using OpenPGP Library for Java.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;In version 2.5.7, expired and revoked public keys are not accepted for encryption.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/openpgp-library-for-java/index.html?rc=ni_8943"&gt;OpenPGP Library for Java&lt;/a&gt; is a pure Java library that simplifies OpenPGP cryptographic development. Many financial companies and IT departments searching for a proven OpenPGP solution in Java have saved time with this simple yet powerful SDK. OpenPGP for Java allows you to perform common OpenPGP tasks: encrypt, decrypt, sign, sign and encrypt, verify, clear sign, generate OpenPGP keys and more. OpenPGP for Java supports JDK 1.4+ (1.4, 1.5, 1.6) from Sun (now Oracle) or IBM OS Windows, Mac OS X, Solaris, RedHat, SuSE, Ubuntu, AIX, HP-UX, FreeBSD. The encrypted files created with the library are compatible with the OpenPGP standard, and can be opened with PGP software and GnuPG. Runtime Royalty Free.&lt;/p&gt;&lt;h3&gt;Updates in 2.5.7&lt;/h3&gt;&lt;p&gt;A key change in this release is that by default expired and revoked public keys are not accepted for encryption. If you still wish to use such keys you will have to enable them by calling PGPLib.setUseExpiredKeys(true) and PGPLib.setUseRevokedKeys(true)&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Fixed&lt;/strong&gt;: cleanup of half encrypted files after an exception for all methods.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Fixed&lt;/strong&gt;: importing keys from PGP 6.5 into a KeyStore&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Modified&lt;/strong&gt;: KeyStore.importPrivateKey now throws also NoPrivateKeyFoundException (extends PGPException) if the specified file does not contain a private key.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: static KeyStore.checkPassword(keystoreFile, password) - checks is a given password for a keystore file correct.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: PGPLib.decryptAndVerifyFileTo - decrypts a file content with its original name(s) into a folder&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: PGPLib.decryptAndVerifyStreamTo - decrypts a stream content with its original name(s) into a folder&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method:&lt;/strong&gt; PGPLib.setUseExpiredKeys(true) - switches on/off the check are the encryption keys expired&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method:&lt;/strong&gt; PGPLib.setUseRevokedKeys(true) - switches on/off the check are the encryption keys revoked&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: PGPLib.isUseExpiredKeys() - returns the state of the check are the encryption keys expired&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method:&lt;/strong&gt; PGPLib.isUseRevokedKeys() - returns the state of the check are the encryption keys revoked&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: KeyPairInformation.checkPassword(password) - checks is a given password for a private key correct.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: KeyPairInformation.hasPrivateKey() - returns is there a private key in this key pair.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method&lt;/strong&gt;: KeyPairInformation.isExpired() - indicates is the public key expired&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Added method:&lt;/strong&gt; KeyPairInformation.isExpiredOnDate(java.util.Date) - checks will the key be expired on a given date&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New Exception:&lt;/strong&gt; Added class com.didisoft.pgp.exceptions.NonPGPDataException (extends PGPException) thrown from all decrypt and decryptAndVerify methods when the supplied for decryption data is not an OpenPGP message.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New Exception:&lt;/strong&gt; Added class com.didisoft.pgp.exceptions.KeyIsExpiredException (extends PGPException) thrown from all encrypt and signAndEncrypt methods when the supplied public key is expired. Can be suppressed with PGPLib.setUseExpiredKeys(true)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New Exception:&lt;/strong&gt; Added class com.didisoft.pgp.exceptions.KeyIsRevokedException (extends PGPException) thrown from all encrypt and signAndEncrypt methods when the supplied public key is revoked. Can be suppressed with PGPLib.setUseRevokedKeys(true)&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About DidiSoft&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/didisoft/index.html?rc=ni_8943"&gt;DidiSoft&lt;/a&gt; products will save you time and money to build encryption in your applications, using their simple API interfaces for .NET and Java. DidiSoft has developed many software products and services. Creating advanced solutions that have helped hundreds of companies from around the world.&lt;/p&gt;</description><category>Components</category><category>DidiSoft</category><category>Eclipse</category><category>Encryption</category><category>Feature Releases</category><category>Java Components</category><category>JavaBean</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/09/14/openpgp-library-for-java.html?rc=ni_8943</guid><pubDate>Wed, 14 Sep 2011 10:31:56 GMT</pubDate></item>
		<item><title>OpenPGP Library for .NET updated to 1.7.1</title><link>http://www.componentsource.com/news/2011/07/29/openpgp-library-for-dotnet.html?rc=ni_8534</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8534/default_w350.png?rc=ni_8534" alt="Updating encryption settings using OpenPGP Library for .NET."/&gt;&lt;p&gt;&lt;small&gt;Updating encryption settings using OpenPGP Library for .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/openpgp-library-for-dotnet/index.html?rc=ni_8534"&gt;OpenPGP Library for .NET&lt;/a&gt; includes methods for OpenPGP encryption, decryption, clear signing, one pass sign and encrypt, decrypt and verify, key generation, supports both key store and keys located in files. Entirely written in managed code, there are no external third party dependencies. OpenPGP Library decrypts and encrypts files that can be opened with the following software; PGP ®, PGP ® Universal Server, McAfee E-Business Server, GnuPG (gpg), WinPT and Articsoft FileAssurity.&lt;/p&gt;&lt;h3&gt;Updates in 1.7.1&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Fixed decryption of conventional encrypted (PBE) files, created with McAfee E-Business server 7.x and PGP 2.6.x&lt;/li&gt;&lt;li&gt;Fixed exception caused by keys exported from GnuPG GPA.&lt;/li&gt;&lt;li&gt;Added method PGPLib.SignFileV3 - signes files with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below&lt;/li&gt;&lt;li&gt;Added method PGPLib.SignStringV3 - signes strings with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below&lt;/li&gt;&lt;li&gt;Added method PGPLib.SignAndEncryptFileV3 - signes and encrypts files in one pass with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below&lt;/li&gt;&lt;li&gt;Added method PGPLib.SignAndEncryptStringV3 - signes and encrypts strings in one pass with OpenPGP version 3 signatures for compatibility with PGP 6.5 and below&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About DidiSoft&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/didisoft/index.html?rc=ni_8534"&gt;DidiSoft&lt;/a&gt; products will save you time and money by helping you to add encryption to your applications, using their simple API interfaces for .NET and Java. DidiSoft has developed many software products and services. Creating advanced solutions that have helped hundreds of companies from around the world.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>Components</category><category>DidiSoft</category><category>Encryption</category><category>Microsoft</category><category>Patch Releases</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/07/29/openpgp-library-for-dotnet.html?rc=ni_8534</guid><pubDate>Fri, 29 Jul 2011 08:43:31 GMT</pubDate></item>
		<item><title>OpenPGP Library for Java launched</title><link>http://www.componentsource.com/news/2011/07/13/openpgp-library-for-java.html?rc=ni_8407</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8407/default_w350.png?rc=ni_8407" alt="Encrypting using OpenPGP Library for Java."/&gt;&lt;p&gt;&lt;small&gt;Encrypting using OpenPGP Library for Java.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Build encryption into your Java applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/openpgp-library-for-java/index.html?rc=ni_8407"&gt;OpenPGP Library for Java&lt;/a&gt; is a pure Java library that simplifies OpenPGP cryptographic development. Many financial companies and IT departments searching for a proven OpenPGP solution in Java have saved time with this simple yet powerful SDK. OpenPGP for Java allows you to perform common OpenPGP tasks: encrypt, decrypt, sign, sign and encrypt, verify, clear sign, generate OpenPGP keys and more. OpenPGP for Java supports JDK 1.4+ (1.4, 1.5, 1.6) from Sun (now Oracle) or IBM OS Windows, Mac OS X, Solaris, RedHat, SuSE, Ubuntu, AIX, HP-UX, FreeBSD. The encrypted files created with the library are compatible with the OpenPGP standard, and can be opened with PGP software and GnuPG. Runtime Royalty Free.&lt;/p&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Pure Java OpenPGP SDK&lt;/li&gt;&lt;li&gt;User-friendly API with a few lines of code&lt;/li&gt;&lt;li&gt;OpenPGP and GnuPG compatible&lt;/li&gt;&lt;li&gt;Works on Linux, Unix, Windows, Mac OS X and all systems with installed Java 1.4+ environment&lt;/li&gt;&lt;li&gt;Royalty free distribution&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About DidiSoft&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/didisoft/index.html?rc=ni_8407"&gt;DidiSoft&lt;/a&gt; products will save you time and money to build encryption in your applications, using their simple API interfaces for .NET and Java. DidiSoft has developed many software products and services. Creating advanced solutions that have helped hundreds of companies from around the world.&lt;/p&gt;</description><category>Components</category><category>DidiSoft</category><category>Eclipse</category><category>Encryption</category><category>Java Components</category><category>JavaBean</category><category>Press Releases</category><category>Components</category><category>DidiSoft</category><category>Eclipse</category><category>Encryption</category><category>Java Components</category><category>JavaBean</category><category>Press Releases</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/07/13/openpgp-library-for-java.html?rc=ni_8407</guid><pubDate>Wed, 13 Jul 2011 12:35:00 GMT</pubDate></item>
		<item><title>SecureBlackbox ActiveX V8.2.197 now available</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-activex.html?rc=ni_8126</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8126/default_w350.png?rc=ni_8126" alt="Message demo included in SecureBlackbox ActiveX edition."/&gt;&lt;p&gt;&lt;small&gt;Message demo included in SecureBlackbox ActiveX edition.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;A comprehensive component collection for network and document security.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SecureBlackbox ActiveX is a collection of ActiveX controls and Dynamically-Linked Libraries (DLLs) that are usable 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. SecureBlackbox ActiveX Standard is a component collection that adds SSL /TLS client and server, FTP and FTPS client, HTTP and HTTPS client, SMTP and SMTPS client, SSH and SFTP clients and servers, AS2 and AS3 transport components, OpenPGP standard, secure ZIP compression, X.509 certificate management and MIME and S/MIME messages support to your COM application. SecureBlackBox ActiveX brings your applications up-to-date. Enhance them with outstanding security features.&lt;/p&gt;&lt;p&gt;SecureBlackbox ActiveX is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-activex-standard-in-house/index.html?rc=ni_8126"&gt;SecureBlackbox ActiveX Standard - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-activex-standard-vendor/index.html?rc=ni_8126"&gt;SecureBlackbox ActiveX Standard - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-activex-transports-in-house/index.html?rc=ni_8126"&gt;SecureBlackbox ActiveX Transports - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-activex-transports-vendor/index.html?rc=ni_8126"&gt;SecureBlackbox ActiveX Transports - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;SecureBlackbox is split to several packages:&lt;/strong&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;SSLBlackbox - client and server components that provide complete support for SSL2, SSL3 and TLS1.x.&lt;/li&gt;&lt;li&gt;FTPSBlackbox - transfer files securely using FTP (RFC 959) and FTP-over-SSL (also known as FTPS, FTP/SSL, as defined in RFC 2228) protocols.&lt;/li&gt;&lt;li&gt;HTTPBlackbox - access web sites via HTTP and HTTPS protocols with Gzip compression.&lt;/li&gt;&lt;li&gt;SFTPBlackbox - securely transfer files and perform remote file system operations using SFTP (SSH File Transfer Protocol, Secure File Transfer Protocol).&lt;/li&gt;&lt;li&gt;SSHBlackbox - access remote SSH servers using SSH2 or SSH1 protocols or build your own SSH server.&lt;/li&gt;&lt;li&gt;OpenPGPBlackbox - encrypt and sign files using OpenPGP algorithms and standards, generate and manage OpenPGP keys and keyrings. Compatible with PGP product line by PGP Corporation.&lt;/li&gt;&lt;li&gt;ZIPBlackbox - compress data with strong encryption.&lt;/li&gt;&lt;li&gt;PKIBlackbox - generate and manage certificates, certificate revocation lists, certificate requests. Complete support for Public Key Infrastructure including Windows Certificate Storages and cryptographic hardware.&lt;/li&gt;&lt;li&gt;MIMEBlackbox - compose and parse MIME messages with optional S/MIME or PGP/MIME security extensions.&lt;/li&gt;&lt;li&gt;MailBlackbox - Send and receive e-mail using SMTP and POP3 protocols. Compose and parse RFC822, MIME, S/MIME and PGP/MIME messages.&lt;/li&gt;&lt;li&gt;LDAPBlackbox - Provides components to access certificate storages and PGP key storages via LDAP protocol. Also provides LDAP access to Certificate Revocation lists (CRLs).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;SecureBlackbox Standard&lt;/strong&gt; - Most often used packages bundled together. You get:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SSLBlackbox client-server (SSL / TLS client and server, FTP and FTPS client, HTTP and HTTPS client, SMTP and SMTPS client)&lt;/li&gt;&lt;li&gt;SFTPBlackbox client-server (SSH and SFTP clients and servers)&lt;/li&gt;&lt;li&gt;SSHBlackbox client-server (SSH client and server)&lt;/li&gt;&lt;li&gt;EDIBlackbox (AS2 and AS3 transport components)&lt;/li&gt;&lt;li&gt;OpenPGPBlackbox (OpenPGP standard)&lt;/li&gt;&lt;li&gt;ZIPBlackbox (secure ZIP compression)&lt;/li&gt;&lt;li&gt;PKIBlackbox (X.509 certificate management)&lt;/li&gt;&lt;li&gt;MIMEBlackbox (MIME and S/MIME messages)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;SecureBlackbox Transports&lt;/strong&gt; - support for the Internet transport protocols. You get:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;CloudBlackbox (secure data transfer and storage in cloud environments)&lt;/li&gt;&lt;li&gt;SSLBlackbox client-server (SSL / TLS client and server, FTP and FTPS client, HTTP and HTTPS client, SMTP and SMTPS client)&lt;/li&gt;&lt;li&gt;SFTPBlackbox client-server (SSH and SFTP clients and servers)&lt;/li&gt;&lt;li&gt;SSHBlackbox client-server (SSH client and server)&lt;/li&gt;&lt;li&gt;PKIBlackbox (X.509 certificate management)&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8126"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Internet Communication</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-activex.html?rc=ni_8126</guid><pubDate>Wed, 29 Jun 2011 15:47:00 GMT</pubDate></item>
		<item><title>CloudBlackbox 9.0 adds compression support</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-cloudblackbox.html?rc=ni_8215</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8215/default_w350.png?rc=ni_8215" alt="Secure AWS S3 Data Storage demo in CloudBlackbox."/&gt;&lt;p&gt;&lt;small&gt;Secure AWS S3 Data Storage demo in CloudBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Provides secure transfer and storage of your data in cloud environments such as Amazon S3 (AWS) and Microsoft Azure.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;CloudBlackbox gives you one easy method to secure, transfer and store your data. With CloudBlackbox you can extend your application with secure data transfer and storage capabilities. You can store the data using the uniform access mechanism to any of the supported cloud services, with encryption and authentication being applied transparently. You can use Google Docs and Data API, Amazon Web Services (S3) and Microsoft Azure services with CloudBlackbox, as well as local file storage. CloudBlackbox can be easily extended to support other cloud services.&lt;/p&gt;&lt;p&gt;CloudBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-net-in-house/index.html?rc=ni_8215"&gt;CloudBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-net-vendor/index.html?rc=ni_8215"&gt;CloudBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-vcl-in-house/index.html?rc=ni_8215"&gt;CloudBlackbox VCL - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-vcl-vendor/index.html?rc=ni_8215"&gt;CloudBlackbox VCL - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added compression support&lt;/li&gt;&lt;li&gt;Added no-encryption mode&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8215"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>File Transfer/Upload</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-cloudblackbox.html?rc=ni_8215</guid><pubDate>Wed, 29 Jun 2011 15:56:54 GMT</pubDate></item>
		<item><title>SecureBlackbox Data Security 9.0 updated</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-data-security.html?rc=ni_8175</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8175/default_w350.png?rc=ni_8175" alt="Selecting PGP/MIME options with SecureBlackbox Data Security."/&gt;&lt;p&gt;&lt;small&gt;Selecting PGP/MIME options with SecureBlackbox Data Security.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;New file system virtualization layer for OpenPGP and Zip components.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SecureBlackbox Data Security is a collection of components that adds MS Office, OpenOffice and XPS document encryption and signing, OpenPGP standard, XML signing, encryption and timestamping, secure ZIP compression, PDF signing, encryption and timestamping, X.509 certificate management and MIME and S/MIME messages support to your applications. SecureBlackBox brings your applications up-to-date. Enhance them with outstanding security features.&lt;/p&gt;&lt;p&gt;SecureBlackbox Data Security is available in the following editions&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-data-security-in-house/index.html?rc=ni_8175"&gt;SecureBlackbox .NET Data Security - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-data-security-vendor/index.html?rc=ni_8175"&gt;SecureBlackbox .NET Data Security - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-data-security-in-house/index.html?rc=ni_8175"&gt;SecureBlackbox VCL Data Security - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-data-security-vendor/index.html?rc=ni_8175"&gt;SecureBlackbox VCL Data Security - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;OpenPGP and ZIP components support file system virtualization layer in their file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;.NET assemblies for Windows Phone 7 have been included as experimental&lt;/li&gt;&lt;li&gt;PKIBlackbox: Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8175"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>Microsoft</category><category>Security and Administration</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-data-security.html?rc=ni_8175</guid><pubDate>Wed, 29 Jun 2011 15:51:01 GMT</pubDate></item>
		<item><title>FTPSBlackbox 9.0 released</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-ftpsblackbox.html?rc=ni_8207</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8207/default_w350.png?rc=ni_8207" alt="FTP Client sample project included in FTPSBlackbox."/&gt;&lt;p&gt;&lt;small&gt;FTP Client sample project included in FTPSBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Includes enhanced file and multi-file operations, ListDirectory method and file and directory existence checking.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;With FTPSBlackbox you can transfer files securely using FTP (RFC 959) and FTP-over-SSL (also known as FTPS, FTP/SSL, as defined in RFC 2228) protocols. FTPSBlackbox was designed to be an easy-to-use component which operates in blocking (synchronous) mode. FTPSBlackbox does not use CryptoAPI, OpenSSL or other third-party encryption libraries. It has been tested and is compatible with various FTP and FTPS servers and SSL/TLS implementations. FTPSBlackbox provides an API to create, read and write files, create, delete and enumerate directories.&lt;/p&gt;&lt;p&gt;Use FTPSBlackbox to create your own FTP and FTPS server and handle incoming FTP/FTPS connections.&lt;/p&gt;&lt;p&gt;FTPSBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-net-in-house/index.html?rc=ni_8207"&gt;FTPSBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-net-vendor/index.html?rc=ni_8207"&gt;FTPSBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-vcl-in-house/index.html?rc=ni_8207"&gt;FTPSBlackbox VCL - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-vcl-vendor/index.html?rc=ni_8207"&gt;FTPSBlackbox VCL - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Significant enhancements have been made, including file and multi-file operations, ListDirectory method, methods for checking file and directory existence and more&lt;/li&gt;&lt;li&gt;FTPS components support file system virtualization layer in their file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;FTPS components support regular expressions and multiple masks in their file operations. Regular expressions are supported in .NET edition and VCL edition in Delphi XE and C++Builder XE&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8207"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>File Transfer/Upload</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-ftpsblackbox.html?rc=ni_8207</guid><pubDate>Wed, 29 Jun 2011 15:56:02 GMT</pubDate></item>
		<item><title>HTTPBlackbox 9.0 adds on the fly data transfer</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-httpblackbox.html?rc=ni_8203</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8203/default_w350.png?rc=ni_8203" alt="HTTP Get and HTTP Post with HTTPBlackbox."/&gt;&lt;p&gt;&lt;small&gt;HTTP Get and HTTP Post with HTTPBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;You can now POST or PUT data by providing it on-the-fly, rather than having to prepare the complete data stream.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;HTTPBlackbox .NET consists of HTTP and HTTPS client and SSL/TLS client-side components. HTTPBlackBox package is a subset of SSLBlackbox client-only package. HTTP is a basis for World Wide Web communications. HTTP can work over plain channel or over encrypted SSL or TLS connection. Since HTTPS is built on top of SSL/TLS connection, HTTPBlackbox includes components for generic SSL/TLS transport.&lt;/p&gt;&lt;p&gt;HTTPBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-net-in-house/index.html?rc=ni_8203"&gt;HTTPBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-net-vendor/index.html?rc=ni_8203"&gt;HTTPBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-vcl-in-house/index.html?rc=ni_8203"&gt;HTTPBlackbox VCL - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-vcl-vendor/index.html?rc=ni_8203"&gt;HTTPBlackbox VCL - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;p&gt;It is now possible to POST or PUT data by providing it on-the-fly, rather than by preparing the complete data stream. This allows you to send the data when its size is initially not known or when the amount of data is large or when the data is generated on-the-fly&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8203"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-httpblackbox.html?rc=ni_8203</guid><pubDate>Wed, 29 Jun 2011 15:55:12 GMT</pubDate></item>
		<item><title>OpenPGPBlackbox 9.0 improves file system security</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-openpgpblackbox.html?rc=ni_8191</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8191/default_w350.png?rc=ni_8191" alt="PGP Keys Demo in OpenPGPBlackbox."/&gt;&lt;p&gt;&lt;small&gt;PGP Keys Demo in OpenPGPBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;New file system virtualization layer, lets you limit and control access of the components to the file system.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;OpenPGPBlackbox lets you extend your application with security functions such as signing, encryption, decryption and verification of the data using OpenPGP keys. The components can also be used for OpenPGP key generation and management. OpenPGPBlackbox conforms to OpenPGP Message Format (RFC 2440 and its successor, RFC 4880) and supports all popular PGP-based applications and libraries which are currently available on the market.&lt;/p&gt;&lt;p&gt;OpenPGPBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-openpgpblackbox-net-in-house/index.html?rc=ni_8191"&gt;OpenPGPBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-openpgpblackbox-net-vendor/index.html?rc=ni_8191"&gt;OpenPGPBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-openpgpblackbox-vcl-in-house/index.html?rc=ni_8191"&gt;OpenPGPBlackbox VCL - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-openpgpblackbox-vcl-vendor/index.html?rc=ni_8191"&gt;OpenPGPBlackbox VCL - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;p&gt;OpenPGP component supports file system virtualization layer in its file operations. Virtualization lets you limit and control access of the components to the file system. This is an important security measure for server components that handle file system requests.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8191"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-openpgpblackbox.html?rc=ni_8191</guid><pubDate>Wed, 29 Jun 2011 15:54:21 GMT</pubDate></item>
		<item><title>PKIBlackbox 9.0 adds high level CAdES signatures</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-pkiblackbox.html?rc=ni_8183</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8183/default_w350.png?rc=ni_8183" alt="Certificate signing with PKIBlackbox."/&gt;&lt;p&gt;&lt;small&gt;Certificate signing with PKIBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 9.0 now includes TElCAdESProcessor class, a high-level CAdES signature creation and processing component.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;PKIBlackbox 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.&lt;/p&gt;&lt;p&gt;PKIBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pkiblackbox-net-in-house/index.html?rc=ni_8183"&gt;PKIBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pkiblackbox-net-vendor/index.html?rc=ni_8183"&gt;PKIBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pkiblackbox-vcl-in-house/index.html?rc=ni_8183"&gt;PKIBlackbox VCL - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pkiblackbox-vcl-vendor/index.html?rc=ni_8183"&gt;PKIBlackbox VCL - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;p&gt;Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8183"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-pkiblackbox.html?rc=ni_8183</guid><pubDate>Wed, 29 Jun 2011 15:53:33 GMT</pubDate></item>
		<item><title>SecureBlackbox Professional 9.0 released</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-professional.html?rc=ni_8179</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8179/default_w350.png?rc=ni_8179" alt="Selecting PGP/MIME options with SecureBlackbox Professional."/&gt;&lt;p&gt;&lt;small&gt;Selecting PGP/MIME options with SecureBlackbox Professional.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Adds new transport components and new features to existing components.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SecureBlackbox is a comprehensive component collection that adds SFTP, FTPS, SSH, PGP, PDF, XML security, S/MIME, SSL/TLS, HTTPS, PKI, ZIP, EDI, Cloud, Office security support to your applications. SecureBlackBox brings your applications up-to-date. Enhance them with outstanding security features. Add digital signing and encryption to data storage and processing functions. Authenticate e-mail, secure information transfer, and provide strong identity management functions for your users. All of these can be done in minutes with SecureBlackbox.&lt;/p&gt;&lt;p&gt;SecureBlackbox Professional is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-professional-in-house/index.html?rc=ni_8179"&gt;SecureBlackbox .NET Professional - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-professional-vendor/index.html?rc=ni_8179"&gt;SecureBlackbox .NET Professional - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-professional-in-house/index.html?rc=ni_8179"&gt;SecureBlackbox VCL Professional - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-professional-vendor/index.html?rc=ni_8179"&gt;SecureBlackbox VCL Professional - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Distributed Cryptography add-on lets you sign server-located documents and data using client's X.509 certificate without sending the data to the client or transferring the certificate to the server&lt;/li&gt;&lt;li&gt;HTTPBlackbox server component has been added. This component lets you build your own custom Web server&lt;/li&gt;&lt;li&gt;WebDAVBlackbox package was added. It offers components for connecting to remote WebDAV servers as well as for creating your own WebDAV server&lt;/li&gt;&lt;li&gt;MailBlackbox package has been created with SMTP client and the newly added POP3 client component&lt;/li&gt;&lt;li&gt;New LDAPBlackbox package lets you access and manage X.509 certificates and OpenPGP keys using LDAP protocol&lt;/li&gt;&lt;li&gt;Socket-based components got optional support for Punycode, standard for encoding IDN, International Domain Names (non-latin names)&lt;/li&gt;&lt;li&gt;TElSocket component and socket-based components now support NTLM and Digest authentication when connecting via HTTPS proxy (WebTunneling)&lt;/li&gt;&lt;li&gt;OpenPGP, ZIP, FTPS and SFTP components support file system virtualization layer in their file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;FTPS and SFTP components support regular expressions and multiple masks in their file operations. Regular expressions are supported in .NET edition and VCL edition in Delphi XE and C++Builder XE&lt;/li&gt;&lt;li&gt;.NET assemblies for Windows Phone 7 have been included as experimental&lt;/li&gt;&lt;li&gt;PKIBlackbox: Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component&lt;/li&gt;&lt;li&gt;Cloud components: Added compression support and no-encryption mode&lt;/li&gt;&lt;li&gt;FTP/FTPS client: Significant enhancements have been made, including file and multi-file operations, ListDirectory method, methods for checking file and directory existence and more&lt;/li&gt;&lt;li&gt;HTTP/HTTPS client: It is now possible to POST or PUT data by providing them on-the-fly, rather than by preparing the complete data stream. This allows you to send the data, whose size is initially not known or when the amount of data is large or when the data is generated on-the-fly&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8179"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>File Transfer/Upload</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-professional.html?rc=ni_8179</guid><pubDate>Wed, 29 Jun 2011 15:52:43 GMT</pubDate></item>
		<item><title>SFTPBlackbox 9.0 released</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-sftpblackbox.html?rc=ni_8163</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8163/default_w350.png?rc=ni_8163" alt="SFTP client demo in SFTPBlackbox."/&gt;&lt;p&gt;&lt;small&gt;SFTP client demo in SFTPBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;New file system virtualization layer, lets you limit and control access of the components to the file system.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SFTPBlackbox includes features, that help you build SFTP connection in minutes, and features that let you access and control every single function, defined by SFTP specification and more. SFTP (SSH File Transfer Protocol) is a secure yet simple way to access file systems, located across the network. It provides an API to create, read and write files, create, delete and enumerate directories, get and set file attributes and access control attributes.&lt;/p&gt;&lt;p&gt;SFTPBlackbox is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-in-house/index.html?rc=ni_8163"&gt;SFTPBlackbox .NET Client - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-vendor/index.html?rc=ni_8163"&gt;SFTPBlackbox .NET Client - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-server-in-house/index.html?rc=ni_8163"&gt;SFTPBlackbox .NET Client-Server - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-server-vendor/index.html?rc=ni_8163"&gt;SFTPBlackbox .NET Client-Server - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-vcl-client-in-house/index.html?rc=ni_8163"&gt;SFTPBlackbox VCL Client - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-vcl-client-vendor/index.html?rc=ni_8163"&gt;SFTPBlackbox VCL Client - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-vcl-client-server-in-house/index.html?rc=ni_8163"&gt;SFTPBlackbox VCL Client-Server - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-vcl-client-server-vendor/index.html?rc=ni_8163"&gt;SFTPBlackbox VCL Client-Server - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;SFTP component supports file system virtualization layer in its file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;SFTP component supports regular expressions and multiple masks in its file operations. Regular expressions are supported in .NET edition and VCL edition in Delphi XE and C++Builder XE&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8163"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>File Transfer/Upload</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-sftpblackbox.html?rc=ni_8163</guid><pubDate>Wed, 29 Jun 2011 15:49:15 GMT</pubDate></item>
		<item><title>SecureBlackbox Standard 9.0 released</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-standard.html?rc=ni_8177</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8177/default_w350.png?rc=ni_8177" alt="Selecting PGP/MIME options with SecureBlackbox Standard."/&gt;&lt;p&gt;&lt;small&gt;Selecting PGP/MIME options with SecureBlackbox Standard.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Now includes the new HTTPBlackbox server component which allows you to build your own custom Web server.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SecureBlackbox Standard is a collection of the most commonly used packages bundled together. SecureBlackbox Standard is a component collection that adds SSL /TLS client and server, FTP and FTPS client, HTTP and HTTPS client, SMTP and SMTPS client, SSH and SFTP clients and servers, AS2 and AS3 transport components, OpenPGP standard, secure ZIP compression, X.509 certificate management and MIME and S/MIME messages support to your applications. SecureBlackBox Standard brings your applications up-to-date. Enhance them with outstanding security features.&lt;/p&gt;&lt;p&gt;SecureBlackbox Standard is available in the following editions&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-standard-in-house/index.html?rc=ni_8177"&gt;SecureBlackbox .NET Standard - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-standard-vendor/index.html?rc=ni_8177"&gt;SecureBlackbox .NET Standard - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-standard-in-house/index.html?rc=ni_8177"&gt;SecureBlackbox VCL Standard - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-standard-vendor/index.html?rc=ni_8177"&gt;SecureBlackbox VCL Standard - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Distributed Cryptography add-on lets you sign server-located documents and data using client's X.509 certificate without sending the data to the client or transferring the certificate to the server&lt;/li&gt;&lt;li&gt;HTTPBlackbox server component has been added. This component lets you build your own custom Web server&lt;/li&gt;&lt;li&gt;MailBlackbox package has been created with SMTP client and the newly added POP3 client component&lt;/li&gt;&lt;li&gt;New LDAPBlackbox package lets you access and manage X.509 certificates and OpenPGP keys using LDAP protocol&lt;/li&gt;&lt;li&gt;Socket-based components got optional support for Punycode, standard for encoding IDN, International Domain Names (non-latin names)&lt;/li&gt;&lt;li&gt;TElSocket component and socket-based components now support NTLM and Digest authentication when connecting via HTTPS proxy (WebTunneling)&lt;/li&gt;&lt;li&gt;OpenPGP, ZIP, FTPS and SFTP components support file system virtualization layer in their file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;FTPS and SFTP components support regular expressions and multiple masks in their file operations. Regular expressions are supported in .NET edition and VCL edition in Delphi XE and C++Builder XE&lt;/li&gt;&lt;li&gt;.NET assemblies for Windows Phone 7 have been included as experimental&lt;/li&gt;&lt;li&gt;PKIBlackbox: Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component&lt;/li&gt;&lt;li&gt;FTP/FTPS client: Significant enhancements have been made, including file and multi-file operations, ListDirectory method, methods for checking file and directory existence and more&lt;/li&gt;&lt;li&gt;HTTP/HTTPS client: Now it's possible to POST or PUT data by providing them on-the-fly, rather than by preparing the complete data stream. This allows you to send the data, whose size is initially not known or when the amount of data is large or when the data is generated on-the-fly&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8177"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>File Transfer/Upload</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-standard.html?rc=ni_8177</guid><pubDate>Wed, 29 Jun 2011 15:51:50 GMT</pubDate></item>
		<item><title>SecureBlackbox Transports 9.0 updated</title><link>http://www.componentsource.com/news/2011/06/29/secureblackbox-transports.html?rc=ni_8173</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8173/default_w350.png?rc=ni_8173" alt="Selecting PGP/MIME options with SecureBlackbox."/&gt;&lt;p&gt;&lt;small&gt;Selecting PGP/MIME options with SecureBlackbox.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Includes new WebDAVBlackbox component for connecting to remote WebDAV servers and creating your own WebDAV server.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SecureBlackbox Transports is a collection of components that adds secure data transfer and storage in cloud environments, SSL / TLS client and server, FTP and FTPS client, HTTP and HTTPS client, SMTP and SMTPS client, SSH and SFTP clients and servers, SSH client and server and X.509 certificate management support to your applications. SecureBlackBox Transports brings your applications up-to-date. Enhance them with outstanding security features.&lt;/p&gt;&lt;p&gt;SecureBlackbox Transports is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-transports-in-house/index.html?rc=ni_8173"&gt;SecureBlackbox .NET Transports - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-net-transports-vendor/index.html?rc=ni_8173"&gt;SecureBlackbox .NET Transports - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-transports-in-house/index.html?rc=ni_8173"&gt;SecureBlackbox VCL Transports - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-transports-vendor/index.html?rc=ni_8173"&gt;SecureBlackbox VCL Transports - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in 9.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Distributed Cryptography add-on lets you sign server-located documents and data using client's X.509 certificate without sending the data to the client or transferring the certificate to the server&lt;/li&gt;&lt;li&gt;HTTPBlackbox server component has been added. This component lets you build your own custom Web server&lt;/li&gt;&lt;li&gt;WebDAVBlackbox package was added. It offers components for connecting to remote WebDAV servers as well as for creating your own WebDAV server&lt;/li&gt;&lt;li&gt;Socket-based components got optional support for Punycode, standard for encoding IDN, International Domain Names (non-latin names)&lt;/li&gt;&lt;li&gt;TElSocket component and socket-based components now support NTLM and Digest authentication when connecting via HTTPS proxy (WebTunneling)&lt;/li&gt;&lt;li&gt;FTPS and SFTP components support file system virtualization layer in their file operations. Virtualization lets you limit and control access of the components to the file system - this is an important security measure for server components that handle file system requests&lt;/li&gt;&lt;li&gt;FTPS and SFTP components support regular expressions and multiple masks in their file operations. Regular expressions are supported in .NET edition and VCL edition in Delphi XE and C++Builder XE&lt;/li&gt;&lt;li&gt;.NET assemblies for Windows Phone 7 have been included as experimental&lt;/li&gt;&lt;li&gt;PKIBlackbox: Added TElCAdESProcessor class, a high-level CAdES signature creation and processing component&lt;/li&gt;&lt;li&gt;Cloud components: Added compression support and no-encryption mode&lt;/li&gt;&lt;li&gt;FTP/FTPS client: Significant enhancements have been made, including file and multi-file operations, ListDirectory method, methods for checking file and directory existence and more&lt;/li&gt;&lt;li&gt;HTTP/HTTPS client: Now it's possible to POST or PUT data by providing them on-the-fly, rather than by preparing the complete data stream. This allows you to send the data, whose size is initially not known or when the amount of data is large or when the data is generated on-the-fly&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_8173"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Feature Releases</category><category>Internet Communication</category><category>Microsoft</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/29/secureblackbox-transports.html?rc=ni_8173</guid><pubDate>Wed, 29 Jun 2011 15:50:09 GMT</pubDate></item>
		<item><title>HsCipherSDK Encryption Library V1.3 launched</title><link>http://www.componentsource.com/news/2011/06/22/hsciphersedk-encryption-library.html?rc=ni_8097</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8097/default_w350.png?rc=ni_8097" alt="Sample program showing encryption and digital signature features using HsCipherSDK Encryption Library."/&gt;&lt;p&gt;&lt;small&gt;Sample program showing encryption and digital signature features using HsCipherSDK Encryption Library.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Encryption Library API in C,C++,C# and VB for symmetric key cryptographic algorithms AES (FIPS 197), DES, ARC4 and more.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/hsciphersedk-encryption-library/index.html?rc=ni_8097"&gt;HsCipherSDK Encryption Library&lt;/a&gt; provides an API to a suite of symmetric key cryptographic algorithms and one way hash digital signature algorithms. The library includes the following block and stream cipher modules: AES, DES, 3DES, ARC4, CAST-128, Blowfish, Twofish, MD5, SHA-1, SHA-256, Whirlpool. HsCipherSDK includes Standard DLL for use from Visual C++, Visual Basic or other languages, code examples, documentation. HsCipherSDK Source Code License edition includes full source code in Visual C++ (ANSI C Style).&lt;/p&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;AES (Advanced Encryption Standard) - FIPS 197&lt;/li&gt;&lt;li&gt;DES and Triple DES (Data Encryption Standard) - FIPS-46-1, FIPS-46-3&lt;/li&gt;&lt;li&gt;ARC4 (Alleged RC4) CAST-128 (a.k.a CAST5) - RFC 2144&lt;/li&gt;&lt;li&gt;Blowfish algorithm&lt;/li&gt;&lt;li&gt;Twofish algorithm&lt;/li&gt;&lt;li&gt;MD5 message digest algorithm: RFC 1321&lt;/li&gt;&lt;li&gt;SHA-1 (Secure Hash Algorithm) RFC 3174&lt;/li&gt;&lt;li&gt;SHA-256 (Secure Hash Algorithm) FIPS 180-2&lt;/li&gt;&lt;li&gt;Whirlpool (cryptographic hash algorithm) ISO/IEC 10118-3&lt;/li&gt;&lt;li&gt;Encrypt and decrypt memory buffers with selected algorithm and key&lt;/li&gt;&lt;li&gt;Encrypt and decrypt disk files with selected algorithm and key&lt;/li&gt;&lt;li&gt;Digitally sign buffers using one of the selected hashing algorithms&lt;/li&gt;&lt;li&gt;Digitally sign disk files using one of the selected hashing algorithms&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Hillstone Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/hillstone-software/index.html?rc=ni_8097"&gt;Hillstone Software&lt;/a&gt; is a small technology firm based in Dublin, Ireland. They develop and supply software components and libraries and offer software development services to software development, IT and electronics companies and individuals worldwide. Their strong focus is on C / C++ and based products and services. They develop for many platforms: Windows desktop and server OS, Windows Mobile and Windows CE, Unix / Linux / Mac OSX, iOS and embedded devices. They develop software components, protocol stacks and libraries in the following areas: Legacy X.25 protocol and X.25 over TCP (XOT) conversion, serial communication, GSM SMS, GPS navigation (NMEA 183), TCP/IP network protocols (SMTP, POP3, NTP, TFTP, FTP, HTTP), security and encryption, message oriented middleware. Hillstone Software also offers software development and consultancy services to corporate and individual customers globally. They are capable of handling full software development cycle.&lt;/p&gt;</description><category>32 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>Encryption</category><category>Hillstone Software</category><category>Microsoft</category><category>Press Releases</category><category>Visual C++</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/22/hsciphersedk-encryption-library.html?rc=ni_8097</guid><pubDate>Wed, 22 Jun 2011 10:36:45 GMT</pubDate></item>
		<item><title>DidiSoft joins ComponentSource</title><link>http://www.componentsource.com/news/2011/06/08/openpgp-library-for-dotnet.html?rc=ni_7957</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/8/7957/default_w350.png?rc=ni_7957" alt="Updating encryption settings using OpenPGP Library for .NET."/&gt;&lt;p&gt;&lt;small&gt;Updating encryption settings using OpenPGP Library for .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;OpenPGP Library for .NET lets you build encryption into your applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/openpgp-library-for-dotnet/index.html?rc=ni_7957"&gt;OpenPGP Library for .NET&lt;/a&gt; includes methods for OpenPGP encryption, decryption, clear signing, one pass sign and encrypt, decrypt and verify, key generation, and supports both key store and keys located in files. Entirely written in managed code, there are no external third party dependencies. OpenPGP Library decrypts and encrypts files that can be opened with the following software; PGP, PGP Universal Server, McAfee E-Business Server, GnuPG (gpg), WinPT and Articsoft FileAssurity.&lt;/p&gt;&lt;h3&gt;OpenPGP Library for .NET Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;.NET OpenPGP library, 100% managed code&lt;/li&gt;&lt;li&gt;User-friendly API in few lines of code&lt;/li&gt;&lt;li&gt;OpenPGP and GnuPG compatible&lt;/li&gt;&lt;li&gt;Royalty free distribution&lt;/li&gt;&lt;li&gt;Encrypt and decrypt files&lt;/li&gt;&lt;li&gt;Digitally sign and verify signatures&lt;/li&gt;&lt;li&gt;Asymmetric encryption with pairs of public and private keys, creates random session keys, uses them to encrypt files with a symmetric algorithm, and adds the session key encrypted with the recipient public key&lt;/li&gt;&lt;li&gt;The encrypted files can be either in binary format or ASCII text (called ASCII armored) format&lt;/li&gt;&lt;li&gt;Keeps private keys encrypted&lt;/li&gt;&lt;li&gt;Signs third party public keys&lt;/li&gt;&lt;li&gt;The encrypted file can be compressed (ZIP, ZLib, BZip2)&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About DidiSoft&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/didisoft/index.html?rc=ni_7957"&gt;DidiSoft&lt;/a&gt; products will save you time and money by helping you to add encryption to your applications, using their simple API interfaces for .NET and Java. DidiSoft has developed many software products and services. Creating advanced solutions that have helped hundreds of companies from around the world.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>Components</category><category>DidiSoft</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><category>.NET Class</category><category>.NET Components</category><category>Components</category><category>DidiSoft</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/08/openpgp-library-for-dotnet.html?rc=ni_7957</guid><pubDate>Wed, 08 Jun 2011 12:39:00 GMT</pubDate></item>
		<item><title>Eldos VCL editions now available</title><link>http://www.componentsource.com/news/2010/10/15/secureblackbox-cloudblackbox-vcl-in-house.html?rc=ni_6013</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2991/default_w350.png?rc=ni_6013" alt="Entering Amazon S3 credentials with CloudBlackbox VCL."/&gt;&lt;p&gt;&lt;small&gt;Entering Amazon S3 credentials with CloudBlackbox VCL.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Eldos SecureBlackbox products now let you add a wide range of security features to your VCL applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Add digital signing and encryption to data storage and processing functions. Authenticate e-mail, secure information transfer, and provide strong identity management functions for your users. SecureBlackbox VCL editions provide fast native Delphi (Pascal) components for building native Windows and Linux applications. They are usable with Delphi, C++ Builder or FreePascal (Win32 or x64, Linux/x86 or Linux/x64). The VCL editions work on any computer with Windows 98 and later or with Linux kernel 2.4 and later.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;CloudBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ediblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;EDIBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;FTPSBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;HTTPBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-mimeblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;MIMEBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-officeblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;OfficeBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-openpgpblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;OpenPGPBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pdfblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;PDFBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-pkiblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;PKIBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-vcl-client-vendor/index.html?rc=ni_6013"&gt;SFTPBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sshblackbox-vcl-client-vendor/index.html?rc=ni_6013"&gt;SSHBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sslblackbox-vcl-client-vendor/index.html?rc=ni_6013"&gt;SSLBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-xmlblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;XMLBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-zipblackbox-vcl-vendor/index.html?rc=ni_6013"&gt;ZIPBlackbox VCL&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;These products are also available in the following packages:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-professional-vendor/index.html?rc=ni_6013"&gt;SecureBlackbox VCL Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-standard-vendor/index.html?rc=ni_6013"&gt;SecureBlackbox VCL Standard&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-transports-vendor/index.html?rc=ni_6013"&gt;SecureBlackbox VCL Transports&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-vcl-data-security-vendor/index.html?rc=ni_6013"&gt;SecureBlackbox VCL Data Security&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_6013"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Press Releases</category><category>VCL Components</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/10/15/secureblackbox-cloudblackbox-vcl-in-house.html?rc=ni_6013</guid><pubDate>Fri, 15 Oct 2010 17:20:00 GMT</pubDate></item>
		<item><title>CloudBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/22/secureblackbox-cloudblackbox-net-in-house.html?rc=ni_5620</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2810/default_w350.png?rc=ni_5620" alt="Adding Amazon S3 credentials with CloudBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Adding Amazon S3 credentials with CloudBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Provides secure transfer and storage of your data in cloud environments such as Amazon S3 (AWS), Microsoft Azure etc.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;CloudBlackbox .NET gives you one easy method to secure, transfer and store your data. With CloudBlackbox you can extend your application with secure data transfer and storage capabilities. You can store the data using the uniform access mechanism to any of supported cloud services, with encryption and authentication being applied transparently.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-net-in-house/index.html?rc=ni_5620"&gt;CloudBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-cloudblackbox-net-vendor/index.html?rc=ni_5620"&gt;CloudBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;Cloud service operations include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Access to widely used Amazon S3 and Microsoft Azure data storage services (support for other cloud services can be easily added)&lt;/li&gt;&lt;li&gt;Optional transparent on-the-fly encryption of the uploaded data&lt;/li&gt;&lt;li&gt;Optional data authentication and integrity checking by means of digital signing&lt;/li&gt;&lt;li&gt;Encryption of data using symmetric keys (passwords), asymmetric RSA keys or X.509 certificates&lt;/li&gt;&lt;li&gt;Use of modern AES256 and SHA2 algorithms in data encryption&lt;/li&gt;&lt;li&gt;Multi-recipient public key encryption of the same object&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;HTTP and HTTPS protocols are used by CloudBlackbox for data transfer operations, so HTTPBlackbox is included with CloudBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5620"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/22/secureblackbox-cloudblackbox-net-in-house.html?rc=ni_5620</guid><pubDate>Wed, 22 Sep 2010 18:38:00 GMT</pubDate></item>
		<item><title>FTPSBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/22/secureblackbox-ftpsblackbox-net-in-house.html?rc=ni_5618</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2806/default_w350.png?rc=ni_5618" alt="Setting connection properties with FTPSBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Setting connection properties with FTPSBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Add FTP and FTPS file upload and download and directory manipulation functionality to your applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;With FTPSBlackbox .NET you can transfer files securely using FTP (RFC 959) and FTP-over-SSL (also known as FTPS, FTP/SSL, as defined in RFC 2228) protocols. FTPSBlackbox .NET was designed to be an easy-to-use component which operates in blocking (synchronous) mode. FTPSBlackbox does not use CryptoAPI, OpenSSL or other third-party encryption library. FTPSBlackbox has been tested and is compatible with various FTP and FTPS servers and SSL/TLS implementations.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-net-in-house/index.html?rc=ni_5618"&gt;FTPSBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ftpsblackbox-net-vendor/index.html?rc=ni_5618"&gt;FTPSBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;Client-side FTP / FTPS protocol implementation offers the following FTP and FTPS features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Client-side support for FTP and FTP-over-SSL (FTPS) protocols&lt;/li&gt;&lt;li&gt;Support for explicit and implicit TLS&lt;/li&gt;&lt;li&gt;Compression (MODE Z) support&lt;/li&gt;&lt;li&gt;MLST command processing for easy parsing of directory listings&lt;/li&gt;&lt;li&gt;Support for files over 4 Gb&lt;/li&gt;&lt;li&gt;Custom commands&lt;/li&gt;&lt;li&gt;Transfer resumption and partial transfers&lt;/li&gt;&lt;li&gt;File and directory commands (create and delete directories, rename files etc.)&lt;/li&gt;&lt;li&gt;Support for SOCKS and HTTP CONNECT (web tunneling) proxies&lt;/li&gt;&lt;li&gt;Support for FTP proxies&lt;/li&gt;&lt;li&gt;Active and passive mode with optional adjustment of the server address in passive mode&lt;/li&gt;&lt;li&gt;Flexible support for client-side authentication in FTPS&lt;/li&gt;&lt;li&gt;Bandwidth control&lt;/li&gt;&lt;li&gt;IPv6 support&lt;/li&gt;&lt;li&gt;DNSSEC support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SSL/TLS Protocol implementation contains the following features, common to both client-side and server-side components:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Complete support for SSL 2, SSL 3, TLS 1.x versions of the protocol&lt;/li&gt;&lt;li&gt;Client and server DTLS (Datagram TLS) protocol support which lets you secure your UDP communications&lt;/li&gt;&lt;li&gt;Flexible support for client-side certificate authentication&lt;/li&gt;&lt;li&gt;User-controlled validation of certificates&lt;/li&gt;&lt;li&gt;Built-in compression&lt;/li&gt;&lt;li&gt;Optional resuming of SSL sessions&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;li&gt;Authentication using pre-shared key (passphrase)&lt;/li&gt;&lt;li&gt;Authentication using OpenPGP keys (requires OpenPGPBlackbox)&lt;/li&gt;&lt;li&gt;Standard and custom TLS extensions&lt;/li&gt;&lt;li&gt;Data transfer using events/callbacks, i.e. possibility to secure not only socket-based, but also other types of data exchange&lt;/li&gt;&lt;li&gt;Support for key length from 512 to 16384 bits&lt;/li&gt;&lt;li&gt;Support for RSA, DSA and DH public key algorithms&lt;/li&gt;&lt;li&gt;Support for ECC-based cipher suites&lt;/li&gt;&lt;li&gt;Data encryption with Camellia, AES (128 to 256 bit), Triple DES (3DES), DES, ARCFOUR, RC2 algorithms&lt;/li&gt;&lt;li&gt;Integrity checking using HMAC, SHA1 and MD5 algorithms&lt;/li&gt;&lt;li&gt;Asynchronous operation mode which lets you easily build synchronous and asynchronous applications&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;PKI Infrastructure - besides FTPSBlackbox includes base functions of PKIBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5618"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/22/secureblackbox-ftpsblackbox-net-in-house.html?rc=ni_5618</guid><pubDate>Wed, 22 Sep 2010 18:38:00 GMT</pubDate></item>
		<item><title>HTTPBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/22/secureblackbox-httpblackbox-net-in-house.html?rc=ni_5617</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2804/default_w350.png?rc=ni_5617" alt="HTTP Get and Post windows in HTTPBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;HTTP Get and Post windows in HTTPBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Add HTTP and HTTPS data upload and download functionality to your applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;HTTPBlackbox .NET consists of HTTP and HTTPS client and SSL/TLS client-side components. HTTPBlackBox package is a subset of SSLBlackbox client-only package. HTTP is a basis for World Wide Web communications. HTTP can work over plain channel or over encrypted SSL or TLS connection. Since HTTPS is built on top of SSL/TLS connection, HTTPBlackbox includes components for generic SSL/TLS transport.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-net-in-house/index.html?rc=ni_5617"&gt;HTTPBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-httpblackbox-net-vendor/index.html?rc=ni_5617"&gt;HTTPBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;SSLBlackbox includes a client-side HTTP / HTTPS protocol implementation, which offers the following HTTP features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;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)&lt;/li&gt;&lt;li&gt;Client-side support for HTTP over SSL (HTTPS)&lt;/li&gt;&lt;li&gt;Flexible support for client-side authentication in HTTPS&lt;/li&gt;&lt;li&gt;Handling of GZip and Deflate compression&lt;/li&gt;&lt;li&gt;Easy to use cookie management&lt;/li&gt;&lt;li&gt;Support for files over 4 Gb&lt;/li&gt;&lt;li&gt;Support for HTTP, SOCKS and HTTP CONNECT (web tunneling) proxies&lt;/li&gt;&lt;li&gt;Support for &amp;quot;Windows Integrated&amp;quot; or NTLM authentication on both destination servers and proxy servers&lt;/li&gt;&lt;li&gt;Easy to use data post capabilities with methods to post web forms and binary data streams&lt;/li&gt;&lt;li&gt;Flexible redirection handling&lt;/li&gt;&lt;li&gt;Bandwidth control&lt;/li&gt;&lt;li&gt;IPv6 support&lt;/li&gt;&lt;li&gt;DNSSEC support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SSL/TLS Protocol implementation contains the following features, common to both client-side and server-side components:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Complete support for SSL 2, SSL 3, TLS 1.x versions of the protocol&lt;/li&gt;&lt;li&gt;Client and server DTLS (Datagram TLS) protocol support which lets you secure your UDP communications&lt;/li&gt;&lt;li&gt;Flexible support for client-side certificate authentication&lt;/li&gt;&lt;li&gt;User-controlled validation of certificates&lt;/li&gt;&lt;li&gt;Built-in compression&lt;/li&gt;&lt;li&gt;Optional resuming of SSL sessions&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;li&gt;Authentication using pre-shared key (passphrase)&lt;/li&gt;&lt;li&gt;Authentication using OpenPGP keys (requires OpenPGPBlackbox)&lt;/li&gt;&lt;li&gt;Standard and custom TLS extensions&lt;/li&gt;&lt;li&gt;Data transfer using events/callbacks, i.e. possibility to secure not only socket-based, but also other types of data exchange&lt;/li&gt;&lt;li&gt;Support for key length from 512 to 16384 bits&lt;/li&gt;&lt;li&gt;Support for RSA, DSA and DH public key algorithms&lt;/li&gt;&lt;li&gt;Support for ECC-based cipher suites&lt;/li&gt;&lt;li&gt;Data encryption with Camellia, AES (128 to 256 bit), Triple DES (3DES), DES, ARCFOUR, RC2 algorithms&lt;/li&gt;&lt;li&gt;Integrity checking using HMAC, SHA1 and MD5 algorithms&lt;/li&gt;&lt;li&gt;Asynchronous operation mode which lets you easily build synchronous and asynchronous applications&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;PKI Infrastructure - besides FTPSBlackbox includes base functions of PKIBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5617"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/22/secureblackbox-httpblackbox-net-in-house.html?rc=ni_5617</guid><pubDate>Wed, 22 Sep 2010 18:38:00 GMT</pubDate></item>
		<item><title>OfficeBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/22/secureblackbox-officeblackbox-net-in-house.html?rc=ni_5619</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2808/default_w350.png?rc=ni_5619" alt="Setting encryption options with OfficeBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Setting encryption options with OfficeBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Add encryption, digital signing and signature verification to MS Office, OpenOffice and XPS documents.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;OfficeBlackbox .NET includes XMLBlackbox for XML data security and ZIPBlackbox for ZIP file processing. OpenPGPBlackbox is included to support PGP-based encryption and signing of XML data in XMLBlackbox. With OfficeBlackbox you can extend your document processing applications with encryption and digital signing of office documents. This includes Microsoft Office (Word, Excel and Powerpoint) binary and OOXML files, OpenOffice (ODF, Open Document Format) files and OpenXPS (XPS, XML Paper Specification) files.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-officeblackbox-net-in-house/index.html?rc=ni_5619"&gt;OfficeBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-officeblackbox-net-vendor/index.html?rc=ni_5619"&gt;OfficeBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;Office document operations and features are&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Word, Excel and PowerPoint binary file formats support (Microsoft Office 97, 2000, 2002, 2003, 2007, 2010)&lt;/li&gt;&lt;li&gt;Office OpenXML (OOXML) Document format support (default file format for Microsoft Office 2007 and 2010)&lt;/li&gt;&lt;li&gt;OpenXPS (XPS, Open XML Paper Specification) format support&lt;/li&gt;&lt;li&gt;Open Document Format for Office Applications (also known as OpenDocument or ODF) support (default file format for OpenOffice)&lt;/li&gt;&lt;li&gt;OPC (Open Packaging Conventions) support (a container-file technology for OpenXPS and OpenXML)&lt;/li&gt;&lt;li&gt;Password-based Office Binary Document RC4 encryption (RC4/40)&lt;/li&gt;&lt;li&gt;Password-based Office Binary Document RC4 CryptoAPI encryption (RC4/40-128 bits)&lt;/li&gt;&lt;li&gt;Password-based ECMA-376 Document (OpenXML) standard encryption using AES algorithm with 128, 192 or 256-bit key&lt;/li&gt;&lt;li&gt;Password-based ECMA-376 Document (OpenXML) agile encryption using AES, RC2, RC4, DES, TripleDES algorithms, and hashing algorithms SHA-1, SHA-256, SHA-384, SHA-512, MD2, MD4, MD5 and RIPEMD-160 for derived key&lt;/li&gt;&lt;li&gt;Digital signing of Office Binary Documents&lt;/li&gt;&lt;li&gt;Digital signing of Office OpenXML Document&lt;/li&gt;&lt;li&gt;Digital signing of OpenXPS documents according to ECMA-388 signature policy&lt;/li&gt;&lt;li&gt;Digital signing of OpenDocument&lt;/li&gt;&lt;li&gt;Validation of signatures&lt;/li&gt;&lt;li&gt;Support for Signature Lines for Office OpenXML documents&lt;/li&gt;&lt;li&gt;Support for visible and invisible Signature Definitions for OpenXPS&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;li&gt;Optional - FIPS-compliant operation mode&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;XML digital signing is widely used in OfficeBlackbox, so XMLBlackbox is included with OfficeBlackbox. ZIP file processing is used in OfficeBlackbox for handling of Open Document Format, so ZIPBlackbox is also included with OfficeBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5619"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/22/secureblackbox-officeblackbox-net-in-house.html?rc=ni_5619</guid><pubDate>Wed, 22 Sep 2010 18:38:00 GMT</pubDate></item>
		<item><title>EDIBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/21/secureblackbox-ediblackbox-net-in-house.html?rc=ni_5603</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2800/default_w350.png?rc=ni_5603" alt="Running the AS2 Reveiver Demo in EDIBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Running the AS2 Reveiver Demo in EDIBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Extend your application with fully featured AS2 and AS3 protocol functionality.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;EDIBlackbox components provide support for certificate-based message encryption and signing and strong traffic encryption (TLS), along with support for most recent cryptographic algorithms such as AES and SHA2.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ediblackbox-net-in-house/index.html?rc=ni_5603"&gt;EDIBlackbox .NET - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-ediblackbox-net-vendor/index.html?rc=ni_5603"&gt;EDIBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;AS2 protocol implementation contains the following features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Complete support for AS2 protocol as defined in RFC 4130&lt;/li&gt;&lt;li&gt;Complete support for underlying SSL/TLS, S/MIME, HTTP and PKCS#7/CMS standards&lt;/li&gt;&lt;li&gt;Both asynchronous and synchronous MDNs are supported&lt;/li&gt;&lt;li&gt;Flexible support for client- and server-side certificate authentication&lt;/li&gt;&lt;li&gt;User-driven validation of certificates&lt;/li&gt;&lt;li&gt;Built-in compression&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;li&gt;DNSSEC support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;AS3 protocol implementation contains the following features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Complete support for AS3 protocol as defined in RFC 4823&lt;/li&gt;&lt;li&gt;Complete support for underlying SSL/TLS, S/MIME, FTP and PKCS#7/CMS standards&lt;/li&gt;&lt;li&gt;Flexible support for client- and server-side certificate authentication&lt;/li&gt;&lt;li&gt;User-driven validation of certificates&lt;/li&gt;&lt;li&gt;Built-in compression&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;li&gt;DNSSEC support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;FTP/FTPS and HTTP/HTTPS protocols are used by EDIBlackbox for data transfer operations, so SSLBlackbox client-only package is included with EDIBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5603"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/21/secureblackbox-ediblackbox-net-in-house.html?rc=ni_5603</guid><pubDate>Tue, 21 Sep 2010 17:21:00 GMT</pubDate></item>
		<item><title>MIMEBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/20/secureblackbox-mimeblackbox-net-in-house.html?rc=ni_5601</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2794/default_w350.png?rc=ni_5601" alt="Selecting a charset with MIMEBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Selecting a charset with MIMEBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Add S/MIME and OpenPGP/MIME secured mail message support to your applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;MIMEBlackbox .NET integrates with PKIBlackbox and OpenPGPBlackbox to provide support for S/MIME and OpenPGP/MIME secured mail messages. MIMEBlackbox .NET is fully conformant to existing MIME standards as defined by RFC 2045 to 2049. MIMEBlackbox allows your application to parse and assemble e-mail messages of any complexity and not just common &amp;quot;text+attachments&amp;quot; schemes.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-mimeblackbox-net-in-house/index.html?rc=ni_5601"&gt;MIMEBlackbox .NET - In-house&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-mimeblackbox-net-vendor/index.html?rc=ni_5601"&gt;MIMEBlackbox .NET - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;General MIME features, supported by MIMEBlackbox are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Parsing and assembly of MIME-conformant mail messages of any complexity&lt;/li&gt;&lt;li&gt;Optional - on-demand decoding of encoded message parts&lt;/li&gt;&lt;li&gt;Stream-based processing, which lets you handle huge amounts of data without significant memory requirements&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;S/MIME functionality lets you:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Support S/MIME versions 2 and 3&lt;/li&gt;&lt;li&gt;Sign and encrypt MIME messages or message parts using X.509 certificates&lt;/li&gt;&lt;li&gt;Decrypt and verify MIME messages or message parts using X.509 certificates&lt;/li&gt;&lt;li&gt;Support for Cryptocards and USB Crypto Tokens&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;DKIM (DomainKeys Identified Message) technology support includes the following functions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Generation of DKIM keys (public and private)&lt;/li&gt;&lt;li&gt;Creation of records suitable for placing to DNS&lt;/li&gt;&lt;li&gt;Signing of messages using DKIM&lt;/li&gt;&lt;li&gt;Verification of messages using DKIM information obtained from the DNS&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;PKI Infrastructure is used by MIMEBlackbox for S/MIME functions and is provided by PKIBlackbox, base functions of which are included into MIMEBlackbox.&lt;/p&gt;&lt;p&gt;Open PGP format is used by MIMEBlackbox for OpenPGP/MIME functions and is provided by OpenPGPBlackbox (available as a separate individual package or as a part of SecureBlackbox Professional, Standard or Data Security packages).&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5601"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/20/secureblackbox-mimeblackbox-net-in-house.html?rc=ni_5601</guid><pubDate>Mon, 20 Sep 2010 17:09:00 GMT</pubDate></item>
		<item><title>SFTPBlackbox .NET now available</title><link>http://www.componentsource.com/news/2010/09/20/secureblackbox-sftpblackbox-net-client-in-house.html?rc=ni_5595</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2792/default_w350.png?rc=ni_5595" alt="Editing connection properties with SFTPBlackbox .NET."/&gt;&lt;p&gt;&lt;small&gt;Editing connection properties with SFTPBlackbox .NET.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Add Secure File Transfer Protocol (SFTP) support to your .NET applications.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;SFTPBlackbox helps you build SFTP connection in minutes, and lets you access and control every single function, defined by SFTP specification and more. SFTP (SSH File Transfer Protocol) is a secure yet simple way to access file systems, located across the network. It provides an API to create, read and write files, create, delete and enumerate directories, get and set file attributes and access control attributes.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-in-house/index.html?rc=ni_5595"&gt;SFTPBlackbox .NET Client - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-vendor/index.html?rc=ni_5595"&gt;SFTPBlackbox .NET Client - Vendor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-server-in-house/index.html?rc=ni_5595"&gt;SFTPBlackbox .NET Client-Server - In-house&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/secureblackbox-sftpblackbox-net-client-server-vendor/index.html?rc=ni_5595"&gt;SFTPBlackbox .NET Client-Server - Vendor&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;p&gt;SFTP Protocol implementation offers the following SFTP features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Server-side support for SFTP versions 3-6&lt;/li&gt;&lt;li&gt;Client-side support for SFTP protocol versions 2-6&lt;/li&gt;&lt;li&gt;Support for low-level methods (ReadFile, WriteFile, Seek, Block/Unblock)&lt;/li&gt;&lt;li&gt;Attribute retrieval and modification, including the attributes defined by SFTP 4 to 6&lt;/li&gt;&lt;li&gt;Text and binary transfer modes including support for text mode in SFTP versions before SFTP 4&lt;/li&gt;&lt;li&gt;Support for Unicode file names via UTF8&lt;/li&gt;&lt;li&gt;Symlink and hardlink manipulations&lt;/li&gt;&lt;li&gt;Application-defined commands&lt;/li&gt;&lt;li&gt;ZLib compression&lt;/li&gt;&lt;li&gt;Support for public-key, host-based, password-based, keyboard-interactive, OpenPGP key and X.509 certificate authentication&lt;/li&gt;&lt;li&gt;Asynchronous and synchronous operation modes which let you easily build synchronous and asynchronous applications&lt;/li&gt;&lt;li&gt;Support for files over 4 Gb&lt;/li&gt;&lt;li&gt;Possibility to plug SFTP server to custom (possibly not SSH-based) data transport&lt;/li&gt;&lt;li&gt;Data transfer using events/callbacks, i.e. possibility to secure not only socket-based, but also other types of data exchange&lt;/li&gt;&lt;li&gt;Optional FIPS-compliant operation mode&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;ElSimpleSFTPClient is an SFTP client component, which encapsulates several SSH and SFTP components inside and offers:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;All SFTP operations available in easy-to-use synchronous interface&lt;/li&gt;&lt;li&gt;Methods for uploading, downloading and deleting one or several files and directories with one method call&lt;/li&gt;&lt;li&gt;Access to all SSH features, such as various authentication types and algorithms&lt;/li&gt;&lt;li&gt;Possibility to use SFTP client in scripting environments&lt;/li&gt;&lt;li&gt;Optional built-in TCP socket with support for Web Tunneling (HTTP CONNECT) and SOCKS proxies&lt;/li&gt;&lt;li&gt;Bandwidth control&lt;/li&gt;&lt;li&gt;IPv6 support&lt;/li&gt;&lt;li&gt;DNSSEC support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SSH protocols - as SFTP usually runs on top of SSH protocol, SFTP includes all features provided by SSH protocol in SSHBlackbox (included into SFTPBlackbox).&lt;/p&gt;&lt;p&gt;PKI Infrastructure - besides SFTP and SSH features, SFTPBlackbox includes base functions of PKIBlackbox.&lt;/p&gt;&lt;h3&gt;About EldoS&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/eldos/index.html?rc=ni_5595"&gt;EldoS&lt;/a&gt; Corporation focuses on development of security, communication and data storage software components. The software offered by EldoS Corporation is used in over 70 countries on five continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Compact Framework</category><category>.NET Components</category><category>32 Bit</category><category>64 Bit</category><category>ASP.NET Controls</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>EldoS</category><category>Embarcadero / CodeGear</category><category>Encryption</category><category>Microsoft</category><category>Press Releases</category><category>Silverlight Controls</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/09/20/secureblackbox-sftpblackbox-net-client-in-house.html?rc=ni_5595</guid><pubDate>Mon, 20 Sep 2010 17:09:00 GMT</pubDate></item>
	</channel></rss>
