We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an issue in the package, or am I not doing something correctly?
Package version:
ChoPGP 1.0.1.5 BouncyCastle 1.8.1
I generated the key pair like so:
using (var pgp = new ChoPGPEncryptDecrypt()) { pgp.GenerateKey("public.asc", private.asc", "[email protected]", "Welcome1"); }
Then I tried to encrypt the file:
using (var pgp = new ChoPGPEncryptDecrypt()) { pgp.EncryptFile(filePath, encryptedFilePath, "public.asc", false, false); }
And I get the error: System.IO.IOException: Unknown PGP public key algorithm encountered
System.IO.IOException: Unknown PGP public key algorithm encountered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an issue in the package, or am I not doing something correctly?
Package version:
I generated the key pair like so:
Then I tried to encrypt the file:
And I get the error:
System.IO.IOException: Unknown PGP public key algorithm encountered
The text was updated successfully, but these errors were encountered: