Skip to content
Aleksandar Gyonov edited this page May 31, 2023 · 4 revisions

Welcome to the CryptoEx Wiki

Here you can find documentation and explanations on how to use the code in CryptoEx library.

As stated in the project's Readme, the purpose is to provide you with additional information and examples on how to achieve some more advanced scenarios in digital signatures by using fundamental capabilities of .NET cryptographic libraries and extending this basic (fundamental) capabilities when there are some gaps.

You are free to use, copy and extend the code in the current library if it does not fully suits your use-case.

Use-cases and applicable cryptographic schemes are vast field, constantly changing one, so be welcome to modify the code for your purposes and do not expect that the original code in the current repository will always match your purposes on 100% :).

Topics

In the current Wiki there are several pages. Each one of these pages covers one or the other topic that is somehow related to the problem's space - digitally signing XML and JSON data using .NET / C#.

Please, refer to the list of the topics on the right.