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
1
vote
1 answer

How to Combine Chilkat Library into SQL Server CLR

I'm trying to use the Chilkat encryption library in SQL Server 2008 via a CLR assembly. Because of how the Chilkat library is put together (see their message below), I can't do this directly and need to create a wrapper-class that references the…
Jim M
  • 541
  • 1
  • 6
  • 18
1
vote
1 answer

Using Chilkat (DotNet) with Azure Function

I what to use Chilkat Components (mainly the SFTP code) as part of an Azure Function. It all works locally when I test it however when I deploy it I get the following exception. Could not load file or assembly 'ChilkatDotNet46, Version=9.5.0.82,…
Jonathan Stanton
  • 2,531
  • 1
  • 28
  • 35
1
vote
1 answer

Chilkat Could not Load Assembly

Trying to use Chilkat in .NET framework 4.5. I don't want to use the latest version, I need to continue using version 9.5.0.56. Getting this error message: --------------------------- Could not load file or assembly 'ChilkatDotNet45.dll' or one of…
asheroto
  • 142
  • 1
  • 11
1
vote
0 answers

Chilkat how to get not safeguarded mime?

I create chilkat mime object from ready string: mimeObject := chilkat.NewMime() mimeLoaded := mimeObject.LoadMime(mime) Then if I append mime to inbox folder: imap.AppendMime(mailbox, mime) Cyrillic characters are broken in inbox folder. I tried…
Mikael
  • 1,209
  • 1
  • 16
  • 47
1
vote
0 answers

Chilkat Cryption/Decryption Issue Between PHP And .NET

I am trying to encrypt text/string in vb.net, pass to php script and decrypt there using chilkat crypt2 library for both coding language. it works fine for non Unicode text with default charset :) but when i try to crypt and decrypt Unicode text…
SalmaBegum
  • 89
  • 1
  • 9
1
vote
1 answer

Deleting all contents from SFTP directory using Chilkat

I have been using Chilkat SFTP, which has been great for what I need it to do. However, I have came across a problem when trying to remove directories from the remote server. At present, it says that a directory is to be empty to be removed, so I…
srozzar
  • 15
  • 1
  • 6
1
vote
2 answers

How can one encrypt content using RSA for Chilkat in C# and decrypt it in Java?

UPDATE I see that lots of people find my question too long (because there is lots to explain), read the first sentence and then just think that I'm going on the worst tangent possible without seeing the entire question. If the question isn't clear…
Dandré
  • 2,053
  • 3
  • 18
  • 38
1
vote
1 answer

Chilkat 9.5.0.49 support GCM cipher suites?

I am using the chilkat.http class to do a synchronous request to a server that accept only this 4 cipher suites: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) TLS_DHE_RSA_WITH_AES_128_GCM_SHA256…
1
vote
1 answer

How to store byte array into local file in JavaScript?

I was working with openssl certificate. So what I want to achieve is I download the certificate from my API, it returns me bytes arrays. For example: 0� g0� ' *�H�� �� � 0� And I try to write these into a file, and use some other function to…
Sivvie Lim
  • 784
  • 2
  • 14
  • 43
1
vote
2 answers

How should I handle a huge amount of mails with Chilkat?

I'm trying to fetch a huge amount of mails (2500 and more) from an IMAP-Server. Actually I'm using the imap.FetchHeaders() fuction but this is not THAT fast. Then I've tried the imap.FetchSingleHeader() but this is so much slower than…
HowardS
  • 75
  • 1
  • 9
1
vote
2 answers

Chilkat installation on Android

I'm trying to use chilkat library on an existing app that uses API 16 under Android Studio (macOS - Android Studio 3.5). Needs suggestions about how to correctly import the chilkat library in Android Studio. I need to determine if the library can be…
thefwguy
  • 85
  • 1
  • 11
1
vote
3 answers

Error after installing Chilkat-11 in windows10

I'm getting this error message, After i installing CHILKAT with this command line in NodeJS(version v12.6.0): npm rebuild @chilkat/ck-node11-win64 Waiting foError: The module …
1
vote
1 answer

How to get telegram bot getUpdates json from vbscript and read it

i wanted to create my bot in VBScript (i know its like troll and bad idea probably, i can do it in lua, python, C#, PHP, ...., but i decided to try and make it from vbscript) the hard part is that i'm trying to Retrieve information from Telegram…
1
vote
1 answer

Chilkat php imap Connect hangs forever

I use Chilkat php extension. And I have noticed that chilkat method Connect hangs forever. put_ReadTimeout() and put_ConnectTimeout() doesn't fix it. Also I use it via ssh. The code is simple like this: // $this->imap is a CKImap…
Mikael
  • 1,209
  • 1
  • 16
  • 47
1
vote
1 answer

How to encode RSA-OAEP with SHA256 hashing in Ruby or ROR

I am encoding a JSON data in Ruby by using RSA-OAEP with SHA256 hashing algorithm but I am not sure how to achieve in Ruby. I found a gem chilkat I have tried to encode the JSON data using Chilkat getting nil all times. See below code [28]…
Ravindra Yadav
  • 35
  • 1
  • 10