Security helpers for hashing, encryption, and related operations.
$ dotnet add package Genocs.SecurityGenocs Enterprise Library - Genocs.Security. This package contains functionalities to handle standard security concerns. The library is built to be used with NET6, NET7, NET8 and NET9.
Security NuGet package contains encryption, hashing, and JWT authentication functionalities for DDD services.
Following an example of how the key should be structured.
WARNING: DO NOT USE IT IN PROD!!!
<RSAKeyValue>
<Modulus>svbEQ96xMdgUpnkDiSaULDbM/HVFLHLc46BdyqwEzIhK+Ml2dqWq/RZIh8kLWmYwpB5gqfOya8Wid3GKIpq7Ke8ciV53qW/1ImOZZPxOtwX1mNzvIEagq80QJoMLphtU1ytPWRXvOjBdGUeTzmdV2kpHNax41n4Uv0QpOPIhzME=</Modulus>
<Exponent>AQAB</Exponent>
<P></P>
<Q></Q>
<DP></DP>
<DQ></DQ>
<InverseQ></InverseQ>
<D></D>
</RSAKeyValue>
Please check the GitHub repository to get more info.
The documentation is available at Genocs - Open-Source Framework for Enterprise Applications.
The change log and breaking changes are listed here.