rsa crypt & decrypt in vfp
Hi,I'm still using visua lfoxpro and i'm trying your examples. One of them particularly interest me (rsa crypting and decrypting string) and it is said you can crypt with the public key and decrypt...
View ArticleHow to change the names of the contents of the file using perl?
I treid the below code to change the directory names as per matching with text file.Ho can i do same process for contents of the file using perl?READ THE TEXT FILE AND RENAME THE DIRECTORIESmy $dir_map...
View ArticleCSR is invalidate to apply for CA's certificate
The CSR created by using CkCSR is invalidate to apply for CA's certificate.I've tried Comodo, RapidSSL, StartSSL and got the same results due to invalidate signature.I alse copy the CSR sample post on...
View Articlevbscript and non ascii characters
I am trying to import a csv file via vbs. There appears to be some non ascii characters in the data.Is there a simple way or function I can use that will clean the data, or change each non ascii...
View ArticleSender address rejected: not owned by user
when we set bounce email address we are getting below error Sender address rejected: not owned by user SmtpCmdResp: 553 5.7.1 <bounce@abc.com>: Sender address rejected: not owned by user...
View ArticleHow to get a 64-bit number value using chilkat json?
I am parsing json that contains 64-bit numbers. The chilkat json objects contain methods to get int (32-bit) values, but I don't see a good way to get larger numbers. Is there a recommended/built-in...
View ArticleAsync functions with old license
We have an old chilkat license from 2013, with a seperat key for every part of the library. But no new "bundle"-key. Is it allowed and possible to use the async-functions in licensed parts like CkHttp...
View Articlefile transfer completion progress when using ckoTask SyncTreeUploadAsync
Hi,Looking for a bit of help. I'm using SyncTreeUploadAsync to transfer large file sets to an SFTP server. Unfortunately the data link is very variable and fails many times (destination is in China). I...
View ArticlePerl Ftp WindowsErrorCode: 0x2746
HelloI am trying to use the Chilkat Library for Perl FtPAfter connection, I would like change the current directory on ftp server: no problem with ChangeRemoteDir.But if I try to change the current...
View ArticleQR Code with URL
Hello everybody i want to generate a QRcode containing a url like https://mywebsite/mypage/Can I do it with Chillkat? I Saw an Example "Classic ASP PayPal Generate QR Code" at...
View ArticleUsing CkRsa C++ to satisfy Java SE7 Cipher Algorithm over GRPC
I'm trying to encrypt/decrypt using RSA-4096 over GRPC (a communication protocol) to a Java SE7 server using javax/crypto/Cipher algorithm's, specifically: RSA/ECB/PKCS1PaddingJava SE7 Crypto...
View ArticlePlease implement a Websocket library
It will soon become necessary to have a client side websocket library - and it would fit very well into the chilkat portfolio. The currently existing free solutions aren't satisfying, Websocket++ seem...
View ArticleHTTP "sockRecv: Socket operation timeout." on clientHandshake2
We have software that tries to make a connection to a third party. The software was utilizing the Microsoft MSXML HTTP object to make HTTP POSTs. Recently the third party disabled the SSLv3 protocol...
View ArticleProblem in syncing files for more than one hour
I am using chilkat extension in PHP. The problem I am getting is with keeping the connection alive. It automatically time out after one hour. And I got e mail for the time out of the FTP connection. It...
View ArticleCryopt: Trial period has expired, but only 2/3 in the trial.
We are in the evaluation process and are now getting this message even though we shoul have at least 10 days left of the trial period. Anything we can do to correct this?ChilkatLog: SignStringENC:...
View ArticleRSASSA-PSS Signature algorithm
Hi,supports Chilkat the RSASSA-PSS Signature algorithm e.c for eMail-signing?also Schlüsselverschlüsselung (Key encryption): RSAES-OAEP (IETF RFC 3447) ▪ Inhaltsverschlüsselung (Content encryption):...
View Articleimap copy - what uid does new message have?
I am copying an imail from the inbox to another folder in vb.net using a command similar to: imap.Copy(msgId,isUid,"Inbox.testing")Is there a quick and easy way to find the UID of the email in the...
View ArticleSFTP Upload: Incoming message size is too small, then disconnect
I'm having an issue with the SFTP (ActiveX) module using version 9.5.0.56:There is a folder which will trigger a program when files are dropped into it, uploading them to a FTP server through SFTP.The...
View Article32 bit or 64 bit dll
My development environment is 32 bit. Application is build under 32 bit. When deploy to 64 bit machine, which version (32 or 64 bit) of activeX & dll should I register?
View Article[AES GCM] Authentication Tag error
Hi,I am suffering an issue of AES regarding to Authentication Tag.Here is my purchase receiptI follow this sample: https://www.example-code.com/java/crypt2_aes_gcm.aspAnd modify as bellow:- After...
View Article