Cinchoo

Results 174 comments of Cinchoo

this issue is outside of library . Here are some references I found when I googled. https://social.msdn.microsoft.com/Forums/office/en-US/d71151a4-40eb-4986-9368-1a7462214e6e/pgp-encrption-thorwing-error?forum=biztalkgeneral Hope it helps.

No, there is no support of sign file only. Workaround is Decrypt -> EncryptWithSign.

Have you tried `Decrypt` or `DecryptFile`? If the file is encrypted, not signed, you have to use these methods.

I've looked into it. Applied fix. New package v1.0.0.3 is pushed nuget. Try it. Thanks for reporting.

Yes, you can use full path. Here is sample ``` using (ChoPGPEncryptDecrypt pgp = new ChoPGPEncryptDecrypt()) { pgp.EncryptFile(@"C:\Temp\SampleData.txt", @"C:\Temp\SampleData.PGP", "Sample_Pub.asc", true, false); Console.WriteLine("PGP Encryption done."); } ```

Not able to reproduce it. Wrote a sample fiddle https://dotnetfiddle.net/TM2dW4 Pls review and share with more info.

Added support for nullable datetime, timespan fields. Released v1.0.1.23-beta6. Give it a try and let me know.

jsonpath is not correct. should be `$.['DataPc.AvailableDiskMemory']` Sample fiddle: https://dotnetfiddle.net/lRxBc8

that should work out of the box. try it.

applied fix, released v2.0.0.2-beta3