Archived Forum Post

Index of archived forum posts

Question:

ChilkatSSH Error - Failed to generate random prime (p)

Feb 21 '14 at 03:50

This morning the following error popped up for the first time. The creation of the SSH-Keys always worked like a charm, can you give me any hints on how to resolve this issue?

    ChilkatLog:
      GenerateRsaKey:
        DllDate: Aug 15 2013
        ChilkatVersion: 9.4.1.42
        UnlockPrefix: NONE
        Username: <username>
        Architecture: Little Endian; 64-bit
        Language: .NET 4.5 / x64
        VerboseLogging: 0
        Failed to generate random prime (p)
        Failed.
      --GenerateRsaKey
    --ChilkatLog

We're using the NuGet provided Version for this system:

<package id="chilkat-x64" version="9.4.1.42" targetFramework="net45" />

If you need more specific informations, please advise on how to provide them. Thank you very much in advance.


Answer

Please try this new build:

32-bit: http://www.chilkatsoft.com/preRelease/ChilkatDotNet45-9.5.0-win32.zip

64-bit: http://www.chilkatsoft.com/preRelease/ChilkatDotNet45-9.5.0-x64.zip

If anything, it will at least log the args passed to GenerateRsaKey..