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
2
votes
1 answer

Chilkat : How to decrypt an encrypted email?

I sent an email message using Chilkat .NET 4. This email is signed with a .pfx file and encrypted with the .cer file of the recipient. These 2 files are stored in the "Trusted People" folder in Certificates mmc. Now I try to receive & decrypt this…
Nico
  • 575
  • 3
  • 8
  • 19
2
votes
0 answers

Send a meeting request using chilkat and delphi

Has anyone managed to send a meeting request using Chilkat and Delphi XE or any other method that would do the trick just as well?
user819783
  • 61
  • 1
2
votes
2 answers

CkRest.AddHeader function does not add a header using Chilkat C++ ("Content-MD5" header using fullRequestBinary PUT)

We are using Chilkat 9.5.0.80 C++ library. There is a certain HTTP header we cannot add to our requests: "Content-MD5". When we add this header like this: m_ckRest.AddHeader("Content-MD5", "any-value-here"); and examine the resulting request*, the…
AdamE
  • 606
  • 6
  • 11
2
votes
1 answer

OAuth2 integration with Xero using Xojo and Chilkat

The old Chilkat forum appears to have moved here. For years I've had Chilkat's OAuth1 working fine for integration with Xero (from Xojo). Now Xero are replacing OAuth1 with OAuth2. Xero say that once you successfully connect with 3-legged OAuth2,…
2
votes
0 answers

Migrating AES encryption libraries

The goal We’ve been using EasyByte’s Cryptocx library to encrypt documents using AES256. The library is 32-bit and is preventing us from building a 64-bit version of our application. EasyByte went out of business and there’s no 64-bit version,…
fergroops
  • 111
  • 2
  • 7
2
votes
0 answers

Chilkat How to start SSH with parameter for Bash Terminal

I am trying to connect to an SSH terminal with the following option. ssh -t root@IP "bash -l" I can do it in PuTTy manuall this way: This is how I am connecting with C#: sshChannel = sshClient.OpenSessionChannel(); if…
Hai Merk
  • 21
  • 3
2
votes
2 answers

Creating a AWS v4 Signature for AWIS

For years we've been using the AWS v2 signature which is now replaced by v4. I'm slowly working through all the steps but have come unstuck on step 3 where it's asking for HMAC-SHA256 encryptions that output in binary format.…
JustinReid
  • 192
  • 10
2
votes
1 answer

Verify and extract original data from PKCS7 base 64 string

I am using following code example for getting original data from PKCS7 base 64 encoded message https://www.example-code.com/nodejs/crypt_opaque_pkcs7_cms_signature.asp base64 encoded message has both data + signature. Here is my code: var…
shary
  • 178
  • 2
  • 12
2
votes
3 answers

Chilkat encryption doesn't work as expected

I was trying to test file encryption using the chilkat functionality. Based on code found on this example page, I replaced the last part with this: # Encrypt a string... # The input string is 44 ANSI characters (i.e. 44 bytes), so # the output…
user30771
  • 109
  • 6
2
votes
1 answer

Fetch all the mails from Mailbox including all the folders and subfolders

I am using Chilkat .Net Assemblies to fetch mails from mailboxes. Can you please tell me how can I achieve below functionalities using Chilkat? It is possible to fetch all the mails from specified folder of the mailbox like Inbox, Outbox, Drafts…
Ankit
  • 49
  • 2
  • 16
2
votes
1 answer

ChilkatDotNet45.dll registration problems

I keep getting the error: The module "ChilkatDotNet45.dll" was loaded but the entry-point DllRegisterServer was not found. Make sure that the "ChilkatDotNet45.dll" is a valid DLL or OCX file and then try again. Can someone please help me?
jjmonty
  • 21
  • 3
2
votes
2 answers

Getting Started with Python: Attribute Error

I am new to python and just downloaded it today. I am using it to work on a web spider, so to test it out and make sure everything was working, I downloaded a sample code. Unfortunately, it does not work and gives me the error: "AttributeError:…
Kristin
  • 89
  • 3
  • 9
2
votes
2 answers

Best way for Java application cross platform when library have file for each platform?

I usually use chilkat library (http://www.chilkatsoft.com/java.asp) develop only with windows. but this library have each library file for each platform, and today I have to do it cross platform. Example Windows x64 use win64.dll Windows x84 use…
Jaynova
  • 514
  • 1
  • 4
  • 11
2
votes
0 answers

Using RSA key with chilkat API in C

I tried to use the RSA key from my .ssh directory using chilkat API in C but failed. Does anyone have such experience? Here is what I did so far: #include #include…
Éric
  • 419
  • 5
  • 17
2
votes
1 answer

SFTP Chilkat error "Expected KEX_DH_GEX_GROUP"

I am trying to connect to an SFTP but am getting the following error from Chilkat in the function sftp.Connect(hostname, port)... DllDate: Dec 22 2010 UnlockPrefix: * Username: Component: .NET 2.0 SftpVersion: 0 hostname: ... …
Deven
  • 21
  • 4
1
2
3
21 22