You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubkey.Length: 19
inputStream.Length: 19
Org.BouncyCastle.Bcpg.ArmoredInputStream
pgpPub.Size:0
---------------
ConsoleAppExample.exe (process 18756) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
The text was updated successfully, but these errors were encountered:
Sounds good. Adding this link since it seems related
"I've been trying to use the BouncyCastle library to do PGP encryption/decryption. I have some code that I need to modify to use streams only - no files. I tried removing the PgpUtilities.WriteFileToLiteralData() and then making it return a stream, but it didn't work (output stream was empty)."
Greetings! I made a program that shows a basic example of the issue. For some reason the size of pgpPub.Size is 0. Any idea what would cause that?
Program.cs.txt
console output...
The text was updated successfully, but these errors were encountered: