Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
0
votes
1 answer

RSA Digital Signature Verification

Does any know how to use CHILKAT in android for RSA Digital Signature Verification ?
Mohanish
  • 469
  • 2
  • 13
-1
votes
2 answers

Chilkat can't validate SFTP PUTTY private key

I am working on a project where one of the users needs to connect to an FTP using a PUTTY key. The project uses Chilkat to handle SFTP connections and we have a copy of the .ppk file to make the connection. We have confirmed that with the .ppk file…
user6177400
-1
votes
1 answer

Chilkat sample, linkSample.cpp program, could not be compiled

I have downloaded "Chilkat C/C++ Library Downloads for Qt, CodeBlocks, MinGW, TDM-GCC, and MinGW-w64" version of Chilkat library in order to run above ftp c++ code. #include #include "include/CkZip.h" #include "include/CkFtp2.h" #include…
emmanetw
  • 1
  • 1
-1
votes
1 answer

How to resolve Chilkat DLL Error - FARM update?

We need your help in resolving this issue faced by one of our end users. In our application, the Chilkat DLL (ChilkatAx-9.5.0-win32) is used to download/upload the data from the application to/from the SFTP server. One of the end users who is using…
Mithun K
  • 9
  • 4
-1
votes
1 answer

List to Chilkat.JsonArray

What's the best way to populate a Chilkat JsonArray with values from a List List MyList = new List { 1, 2, 3, 4, 5 }; Chilkat.JsonArray jsonArray = new Chilkat.JsonArray(); Can I do jsonArray.Load(???) or do I have to loop through the…
-1
votes
1 answer

Getting no such file or directory

I need to open, read, and get the path of .pfx file. The file is inside my android studio project folder, MyApp/certificate/mycertificate.pfx. public void openFile(){ CkCert cert = new CkCert(); File file = new…
Tito
  • 49
  • 1
  • 8
-1
votes
1 answer

Chilkat: Signing an email with certificate from Microsoft Software Key Storage Provider (CNG)

We are using Chilkat for sending emails and we need to sign emails also with CNG certificates (using Microsoft Software Key Storage Provider). It looks like Chilkat cannot SetSigningCert(), because the Chilkat. Cert opened from CertStore does…
JRack
  • 1
-1
votes
1 answer

SetSslClientCertPfx does not allow change of file location

I am using chilkat active x to access a webservice secured with x509. SetSslClientCertPfx("pfxfilewithpath","password") It works fine with the pfx file in the location I used it first. If I copy it to another path it does not work anymore (error…
tomk
  • 1
-1
votes
1 answer

Error in installing chilkat-9.5.0-python-2.7-macosx

Using 'python installChilkat.py' command as per the instillation instructions produces the following error: This Python version 2.7 This system: Darwin This processor: x86_64 Traceback (most recent call last): File "installChilkat.py", line 87,…
-1
votes
1 answer

Given an encrypted .key file and a password. I need to secure them on an Azure site C# MVC 5 (.NET 4.6)

I have an encrypted "RSA PRIVATE KEY" ".key" RSA PKCS#1 key (which I understand from here) does not include a key type OID). I also have the password to decrypt it. I am using it to create an encrypted and signed URL. I have managed to get the code…
Danimal111
  • 1,976
  • 25
  • 31
-1
votes
1 answer

C# Chilkat RSA Asymmetric Encryption Bytes

I'm using C# Chilkat library. In this example; I can encrypt the file with public key and open it with private key. But in my scenario there is no physical file for encrypt, at runtime I have byte arrays. And I want to encrypt it with public key and…
andy kary
  • 39
  • 4
-1
votes
1 answer

RSA C# encryption with public key to use with PHP openssl_private_decrypt(): Chilkat, BouncyCastle, RSACryptoServiceProvider

i'm trying to encrypt the string in C# application for it to be decrypted on PHP side with openssl_private_decrypt(). the initial public key that i'm trying to decrypt with is obtained from within PHP's openssl_pkey_get_details($privateKey); talking…
jungle_mole
  • 310
  • 3
  • 22
-2
votes
1 answer

- dcc32 Error- Unit3.pas(79): E2010 Incompatible types: 'PWideChar' and 'WideString'

I received an error - In Delphi XE3 - using chilkat library . This is the error: [dcc32 Error] Unit3.pas(79): E2010 Incompatible types: 'PWideChar' and 'WideString' and this is a piece of my code that received this error : var privKeyXml:…
Arshia
  • 27
  • 6
-3
votes
1 answer

.Net service crashing while Unzipping 12GB File

We are using a service which uses a third party library of Chilkat to unzip a large sized zip file. It works fine with small sized file. But in case of bigger size like 7GB or more then the causes service to crash with no further information except…
Arpit Gupta
  • 1,209
  • 1
  • 22
  • 39
-3
votes
1 answer

import com.chilkatsoft.* not resolved

I have been developing a java project where I need to create a ssh tunnel. I am using chilkat library for the purpose.I have installed it successfully in my project folder. Here is the code snippet. But I am getting an error saying: import…
Ankita Saha
  • 137
  • 3
  • 10
1 2 3
21
22