SSL + USB Token

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
bubulina
Posts: 1
Joined: Tue 12 Feb 2013 15:40

SSL + USB Token

Post by bubulina » Tue 12 Feb 2013 15:54

I intend to develope an application that will create a xml file, encrypt, connect to a TLS server (using an USB token for certificate) and finaly send xml to server. In reply server will send a new xml.

Can do all these with your product?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: SSL + USB Token

Post by Dimon » Thu 14 Feb 2013 14:17

For this purpose you can use the TScSSLClient component to connect to server with support of TLS protocol. Note: SSL/TLS protocol is not self-sufficient, its using depends on the protocol that needs to be protected.

SSL client encrypts/decrypts all data transmitted by connection, therefore you don't need to encrypt your xml file separately.
To create SSL/TLS connection drop the TScSSLClient and TScCryptoAPIStorage components on form and configure them.You can find the detailed information about configuring and starting SSL/TLS client in the "Step-by-step tutorial" topic of the SecureBridge help.

Post Reply