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
2 answers

Sitecore Is it necessary to have ChilkatDotNet2 in bin folder?

I have findout ChilkatDotNet2.dll library is located in sitecore bin folder and can't be load in case if enabled 32-bit app support in app pool. I removed this library and it seem like web site is working fine. Is it necessary for Sitecore to have…
Arbejdsglæde
  • 13,670
  • 26
  • 78
  • 144
2
votes
1 answer

Webview client not listening to shouldOverrideUrlLoading method when clicking some other hyperlink/button in the webView

I have a sharepoint site, which has ntlm authentication. in order for me to load the page, i do an authentication to the site using this. public String LoadUrlWithNTLM(String url){ CkHttp http = new CkHttp(); …
Kevin Tan
  • 169
  • 12
2
votes
1 answer

Winforms .NET 4.5 app is crashing on a new machine

On my development machine I have VS2010 and VS2012, developed an application using VS2012 using .NET 4.5 and Chilkat component for .NET 4 and platform target is x32 things are working fine on development machine. Now when I moved this app on the…
Shax
  • 4,207
  • 10
  • 46
  • 62
2
votes
1 answer

Python Throws ImportError: No module named..." Error

I'm trying to install the Chilkat library for Python in order to use its encryption functionality, but being new to Python in every possible way, I'm getting stuck entirely too early. I've installed the library as instructed by the docs and verified…
Rob Wilkerson
  • 40,476
  • 42
  • 137
  • 192
2
votes
2 answers

Upgrade to g++ 4.7 (with c++11 support): any ABI incompatibility?

On Windows, when using g++ 4.6 (mingw) and -std=c++0x and linking with a third party static library (which was provided by the vendor for use with mingw), the application works fine. When I switched to g++ 4.7.2 (mingw) so that I could use…
Babu Srinivasan
  • 2,339
  • 23
  • 24
2
votes
1 answer

Chilkat C# Crypt2 vs .NET framework encryption

anyone out there who has used Chilkat C# Crypt2 library? How does it compare with the .NET framework encryption library? Any pros/cons?
Julius A
  • 38,062
  • 26
  • 74
  • 96
2
votes
3 answers

Delphi Encrypt Compendium 5.2 vs Chilkat Encryption

I'm trying to encrypt/decrypt some code on Delphi using DEC v5.2 and crypt/decrypt on C#. The idea is using AES128. On Delphi I have following: var ACipherClass: TDECCipherClass = TCipher_Rijndael; ACipherMode: TCipherMode = cmCBCx; …
bichuete
  • 21
  • 2
1
vote
1 answer

Got 800A01AD error when using vbs to create Chilkat XML object

My VB script got an error when using Windows Server 2003: Code "800A01AD" Message "ActiveX component can't create object: 'Chilkat.Rss'" The following line causes the error: Set rss = CreateObject("Chilkat.Rss") but it works fine when using…
Calvin Fan
  • 13
  • 4
1
vote
1 answer

How to build TCP IP listner to read incoming messages using chilkat socket class c#

I am using chilkat socket class. The problem is I want to keep my socket open, lets say I executed my form and the very first time which opened the port on a specific IP to listen the messages.I am able to receive the messages first time only…
Shax
  • 4,207
  • 10
  • 46
  • 62
1
vote
0 answers

Getting SignatureDoesNotMatch 403 response when running a GET request in ASW S3 using chilkat

Getting this error when try to run a GET request on AWS s3. Detailed logs are attached below. Please help 26-Dec-2022 12:26:00 send error: List multipart uploads for key recovery/Récupération_VOL-b001.spf Unexpected response status code: 403 Error…
Izaq110
  • 11
  • 1
1
vote
0 answers

Import *.cer personal certificate file after renewing - AutoIt and Chilkat ActiveX library

Is there way how to import *.cer personal certificate file after renewing and pair it with private key stored in Certificate Enrollment Request ? I am using AutoIt and Chilkat ActiveX library. EDIT: I have applied workaround with Powershell…
Honza
  • 11
  • 2
1
vote
0 answers

How to Convert Hex Private Key To Hex Public Key In Chilkat VB6

I have a 32 byte hex private key: 081549973bafbba825b31bcc402a3c4ed8e3185c2f3a31c75e55f423e9629aa3 And I want to convert it to 32 byte hex Public Key according to https://learnmeabitcoin.com/technical/hd-wallets To generate an Ethereum address, I…
M.A. ARD
  • 51
  • 4
1
vote
1 answer

Why is the answer of the pbkdf2 chilkat function for bip39 and creating a seed from a 12-word password different from the original answer?

To generate seed from HDWallet's 12-word password, PBKDF2 formula with 2048 repetitions in HMAC-512 should be used. I have taken this formula from https://www.example-code.com/vb6/crypt2_pbkdf2.asp . The following code for the sentence: "year rather…
M.A. ARD
  • 51
  • 4
1
vote
1 answer

Sign a PDF using SmartCard

I have tried to sign pdf using a smart card with Node JS chilkat but it fails. and I found this error when I put the smart card and install here driver on my computer then I execute my code : I cannot find the best solution > TnTrust Token…
1
vote
0 answers

Chilkat for Android™ Error: No implementation found chilkatJNI.swig_module_init()

I wanted to implement Chilkat in my Android app to do scp calls. I am using Android Studio version 4.2. So far I have successfully followed the instructions on how to get started. I followed this post:…
1 2
3
21 22