Search found 2911 matches

by Dimon
Fri 12 Aug 2022 09:46
Forum: SecureBridge
Topic: Creation of ECDSA Keypair
Replies: 1
Views: 6302

Re: Creation of ECDSA Keypair

In order to generate new ECDSA key you should use the TScKey.GenerateEC method.
You can find detailed information about TScKey class in the SecureBridge help.
by Dimon
Fri 05 Aug 2022 13:24
Forum: SecureBridge
Topic: TScHttpWebRequest memory leak
Replies: 3
Views: 7671

Re: TScHttpWebRequest memory leak

Check if a memory leak occurs if you release the HttpWebRequest object, not just the HttpWebResponse.
by Dimon
Fri 05 Aug 2022 12:14
Forum: SecureBridge
Topic: SFTP not showing the directory
Replies: 1
Views: 6384

Re: SFTP not showing the directory

We can not reproduce the problem. We compared the behavior of the SecureBridge and the latest version of WinSCP and got identical results.
Can you provide access to your SSH server to investigate the problem?
by Dimon
Fri 05 Aug 2022 12:04
Forum: SecureBridge
Topic: TScFTPClient uploads a file of 0 bytes after setting UseCompression to True
Replies: 1
Views: 6804

Re: TScFTPClient uploads a file of 0 bytes after setting UseCompression to True

Thank you for the information. We have reproduced the problem and fixed it. This fix will be included in the next SecureBridge build.
by Dimon
Fri 05 Aug 2022 12:01
Forum: SecureBridge
Topic: Does TScFTPClient have a non-blocking mode
Replies: 2
Views: 6952

Re: Does TScFTPClient have a non-blocking mode

Unfortunately, TScFTPClient does not support the NonBlocking mode.
by Dimon
Mon 01 Aug 2022 18:39
Forum: SecureBridge
Topic: Will SecureBridge SSL component fit our use case
Replies: 1
Views: 6460

Re: Will SecureBridge SSL component fit our use case

To work with the TCP protocol, please use the TScTCPConnection component.
To work with the HTTP protocol, you can use the TScHttpWebRequest and TScHttpServer components. These components support the secure TLS 1.3 protocol.

You can find how to work with the TScHttpWebRequest component in the topic:
viewtopic.php?f=27&t=39705
by Dimon
Mon 01 Aug 2022 14:28
Forum: SecureBridge
Topic: TScSMTPClient sending Mail with attachment but without body text
Replies: 1
Views: 6401

Re: TScSMTPClient sending Mail with attachment but without body text

Thank you for the information. We have reproduced the issue and fixed it. This fix will be included in the next SecureBridge build.
As a workaround, you should set a space for the body text.

Code: Select all

  Message.Body.Text := ' ';
by Dimon
Mon 01 Aug 2022 13:11
Forum: SecureBridge
Topic: TMySSHIOHandler and TMySSLIOHandler
Replies: 1
Views: 6951

Re: TMySSHIOHandler and TMySSLIOHandler

The TMySSLIOHandler and TMySSHIOHandler components are included into MyDAC as a demo project.
You can find the component package by the following path: MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\Delphi7\mydacsbridge70.dpk.
MyDAC_InstDir is the MyDAC installation directory on your computer.
Just open this package and install it.
by Dimon
Mon 01 Aug 2022 13:05
Forum: SecureBridge
Topic: TScCMSProcessor, TScFileStorage example
Replies: 3
Views: 6721

Re: TScCMSProcessor, TScFileStorage example

To encrypt data just call the TScCMSProcessor.Encrypt method, specifying the encrypted data as an input parameter of the method.
To decrypt data call the TScCMSProcessor.Decrypt method, specifying the enveloped CMS/PKCS #7 message as an input parameter of the method.
by Dimon
Mon 01 Aug 2022 13:03
Forum: SecureBridge
Topic: TScCMSProcessor, TScFileStorage example
Replies: 3
Views: 6721

Re: TScCMSProcessor, TScFileStorage example

Please view the following topics: viewtopic.php?f=27&t=37040&p=128835
by Dimon
Wed 06 Jul 2022 08:17
Forum: SecureBridge
Topic: TScSFTPClient rename flags not working
Replies: 3
Views: 7515

Re: TScSFTPClient rename flags not working

If there is anything else I can help you with, please contact me.
by Dimon
Thu 30 Jun 2022 10:10
Forum: SecureBridge
Topic: TScSFTPClient rename flags not working
Replies: 3
Views: 7515

Re: TScSFTPClient rename flags not working

Hi there,

Please provide us with the exact error message you are getting. There is a chance that this behavior is related to SFTP server settings. Please check if it is possible to perform this operation using any third-party tools (e.g. Putty).
by Dimon
Wed 29 Jun 2022 11:52
Forum: SecureBridge
Topic: SSHClient download - File not found
Replies: 1
Views: 6832

Re: SSHClient download - File not found

We have answered you by e-mail.
by Dimon
Wed 15 Jun 2022 13:15
Forum: SecureBridge
Topic: Unable to connect - Host key not verified/Authentication Failed
Replies: 8
Views: 12927

Re: Unable to connect - Host key not verified/Authentication Failed

Feel free to contact us if you have any further questions.
by Dimon
Fri 06 May 2022 13:20
Forum: SecureBridge
Topic: Verifiy digital signatures
Replies: 5
Views: 5251

Re: Verifiy digital signatures

Please clarify what do you mean by "the PIN of the selected certificate"?