mattosaurus
mattosaurus
Hi, I really like this project. I've added a couple of features that I've included in this PR which I think could come in handy for others. - Option to...
Possibly because I haven't had that much experience using MongoDB previously it took me a while to figure out how to import multiple documents from a single JSON array. I've...
Add a method to produce a detached signature without the original message
When attempting to verify a clear signed message an error is returned as it is expected that the VerifyClear method will be used instead. The Verify method should either call...
The current error messages are pretty unhelpful and mostly just bubble up from BouncyCastle. Ideally we would provide a more useful error to the user. #222 - if the wrong...
At the moment the `EncryptionKeys` object choses the best key for the job but it would be good to allow the user to set the key when required. This is...
Hi, I've just got an Enphase IQ Gateway and have started playing around with the APIs and I was planning on creating something similar to this in C#. I was...
Some properties checked by the inspect methods may require public or private keys to be provided. These methods should only check properties with provided keys so that public and private...