Cinchoo/ChoPGP

Output Files Always Named "name"

nickromero opened this issue · 1 comments

Various files that are compressed and encrypted using this lib are all outputting as "name" after decryption by data partner.

During troubleshooting, I see ChoPGPEncryptDecrypt.Encrypt uses hard coded "name" as ChoPGPUtility.WriteStreamToLiteralData parameter. Also, EncryptAndSign.OutputEncrypted also using the "name" param.

Will System.IO Path.GetFileName(inputStream) work as a replacement?

Our data partner just confirmed that files are now decrypting with the correct file names as expected after using v1.0.1 on the encryption side. Thanks for the quick resolution!