Questions tagged [chilkat-sshkey]

This tag is related to Chilkat libraries specifically to SSH

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.

5 questions
3
votes
1 answer

Intermittent Authentication failed or partial success error

I am getting an intermittent Authentication failed or partial success. (1) error. ChilkatLog: AuthenticatePw: DllDate: May 25 2017 ChilkatVersion: 9.5.0.68 UnlockPrefix: XXXXXXXXX Architecture: Little Endian; 64-bit Language:…
Elish
  • 486
  • 3
  • 12
2
votes
0 answers

KECCAK-256 Hash function in VB6 Or VBA

why keccak-256 is not the chilkat hash olgaritm ? Dim crypt As New ChilkatCrypt2 crypt.EncodingMode = "hex_lower" crypt.HashAlgorithm = **"keccak-256"???** Dim bdSeed As New ChilkatBinData success =…
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

Chilkat load SSHKey without knowing the type

I'm wondering if its possible to load a SSHKey via the Chilkat library without directly knowing the type. Currently I need to do something like this: BOOL success = false; if([privateKey FromOpenSshPublicKey: privateKeyString]) { NSLog(@"key is…
Kyle
  • 17,317
  • 32
  • 140
  • 246
0
votes
2 answers

Loading encrypted key

Problems to decrypt and encrypted key using chilkat sshkey. I'm setting up an SFTP transfer between an Android terminal and a linux server via SFTP. I did create a key using openssh (ssh-keygen) and tested the key via another linux box. It works…
thefwguy
  • 85
  • 1
  • 11