-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mirza Ghulam Rasyid edited this page Oct 6, 2017
·
2 revisions
MirzaCryptoHelpersV2 is a lightweight helper library to perform common cryptographic operations. This helper library is wrapper from existing .NET framework library (4.5 above) and was created to ease development when we have to deal with cryptography operations, hashing and conversions by simply wrapping all the related operations found in .NET Framework into streamlined classes, methods and extension methods. Some classes here support dependency injection which allow other implementations to be plugged in and unit tested.
In this wiki, you will find how to use this helper library from conversions to encryptions. Hope you'll enjoy.
Best Regards,
Mirza Ghulam Rasyid