Chilkat v11.6.0 / v11.6.1 Release Notes
See Release Notes for Versions 11.6.0 and 11.6.1
View ArticleChilkat v11.5.0 Release Notes
New Features HttpCurl A new Chilkat class has been added: HttpCurl The Chilkat.HttpCurl class executes curl commands and can automatically resolve dependent values needed by a request. Variables such...
View ArticleChilkat v11.4.0 Release Notes
New Features Js A new Chilkat class has been added: Js is a minimal, standards-compliant JavaScript engine designed to embed JavaScript inside applications with very small footprint and fast startup....
View ArticleChilkat v11.3.0 Release Notes
The main features of this release focus on Chilkat’s Ai class, enabling interactive AI response streaming directly into embedded desktop application browsers. It supports Azure, custom base URLs for...
View ArticleChilkat v11.2.0 Release Notes
Previous Version: Chilkat v11.1.0 Release Notes The main addition in v11.2.0 is the Chilkat.Ai class, and the Chilkat.StringBuilder.MarkdownToHtml method. Ai: The Chilkat AI class provides a unified...
View ArticleChilkat v11.1.0 Release Notes
Next Version: Chilkat v11.1.0 Release Notes Previous Version: Chilkat v11.0.0 Release Notes Regular Expressions: Added PCRE2 (Perl Compatible Regular Expressions, version 2) regular expression...
View ArticleChilkat v11.0.0 ActiveX Object Creation
Starting in Chilkat v11.0.0, applications using CreateObject (or similar) should pass an identifier beginning with “Chilkat.”. If your application uses “Chilkat_9_5_0.”, then strings must be updated...
View ArticleChilkat v11.0.0 Release Notes
Previous Version: Chilkat v10.1.3 Release Notes Backward Compatibility: This is a major version release that includes some backward incompatible changes. The web pages at Chilkat v11.0.0 Backward...
View ArticleChilkat v10.1.3 Release Notes
Previous Version: Chilkat v10.1.2 Release Notes This minor release was made shortly after v10.1.2, mainly to fix the Email FROM header bug introduced in v10.1.2. Socket: Added the GetAdaptersAddresses...
View ArticleCrypt2.SetEncodedKey – Help! I Passed a non-Hex String but Told Chilkat it...
You made a mistake and set an AES encryption key in the wrong way like this: Chilkat.Crypt2 crypt = new Chilkat.Crypt2(); crypt.KeyLength = 256; crypt.CryptAlgorithm = "aes"; // This is the error. We...
View ArticleChilkat v10.1.2 Release Notes
Previous Version: Chilkat v10.1.0 Release Notes XmlDSigGen: In v10.0.0 Chilkat started automatically using and fixing for SigningCertificateV2 for cases where the...
View ArticleHow to Suppress the Password Dialog for a Private Key in Apple Keychain
To prevent the password dialog from being shown when you use a private key in the Apple Keychain, you need to adjust the key’s access control settings. Specifically, you can configure the key to allow...
View ArticleUsing a .nupkg for Temporary Development Use
To add a reference to a “.nupkg” file (a NuGet package) in a .NET 6.0 project, you can follow these steps: Option 1: Add the .nupkg File to a Local NuGet Source Create a Local NuGet Source: Place your...
View ArticleBe Careful when Using non-us-ascii String Literals in Source Code
When using non-US-ASCII literal strings (e.g., accented characters like “é”, “ü”, or symbols from other scripts like “你好”) in source code, it’s crucial to handle them carefully due to potential issues...
View ArticleRSA Encryption Maximum Number of Bytes
The maximum number of bytes you can encrypt using RSA depends on the key size and the padding scheme. 1. Key Size The RSA key size determines the maximum size of the plaintext that can be encrypted....
View ArticleMore Information about RSA OAEP Padding for Encryption
Optimal Asymmetric Encryption Padding (OAEP) is a padding scheme used in RSA encryption to provide additional security by introducing randomness and structure to the plaintext before encryption. Key...
View ArticleSQL Server Methods that Return Long Strings
SQL Server Methods that Return Long Strings Some ActiveX methods return strings that are too long for local string variables. How can these be returned to the calling stored procedure? Answer The...
View ArticleRSA Signatures and Endianness
RSA Signatures and Endianness RSA signatures are represented as large integers, and the byte order (endianness) determines how the bytes of these integers are stored and transmitted. The two common...
View ArticleChilkat v10.1.0 Release Notes
Previous Version: Chilkat v10.0.0 Release Notes Secrets: A new class, Chilkat.Secrets, is added to v10.1.0. It provides a unified API to manage secrets in the following locations: “local_manager” – On...
View ArticleChilkat Secrets Class added in Version 10.1.0
Introduced in version 10.1.0, the Chilkat Secrets class enables managing secrets like passwords and OAuth2 tokens locally (on Windows and MacOS/iOS) and across various cloud platforms. It offers a...
View Article