OC.Core.Crypto NuGet Package

You need basic cryptographic functionality to secure data from within your application, but have no clue what ASN.1 or X.509 is? You don't want your code to contain a lot of lines of code that handle byte[], streams, and other weird object types that have nothing to do with your actual business logic?
This library takes care about all details without messing up your code and without requiring you to be a guru in cryptography and computer science.

ECSigner and ECKeyPair
Public key cryptography for signing using elliptic curves.

RSASigner and RSAKeyPar
Public key cryptography for signing using the RSA algorithm and RIPEMD-160.

Hash
Secure Hashing using MD5, SHA1, SHA256, SHA512, Whirlpool, RIPEMD-160, and RIPEMD-320.

+others.

Please be aware that the functionality of this library is limited by design! It is aimed to hide the complexity of cryptography and it is not about flexibility and/or features! Most of our code uses the Bouncy Castle C# API (see http://www.bouncycastle.org/csharp/), so if you need flexibility and all the features in the world, please go for Bouncy Castle.

Source code can be pulled using git, OC.Core and OC.Core.Crypto are included in the OC.Core repository:
https://git.objectcomp.com/scm/oc/oc.core.git

Please visit https://www.objectcomp.com for feature requests and bug reports or write to [email protected] .




Got any OC.Core.Crypto Question?





Info

Version: 1.4.13
Author(s): objectcomp - frasys (Germany)
Last Update: Saturday, December 5, 2015
.NET Fiddle: Online Example
Project Url: https://www.objectcomp.com/
NuGet Url: https://www.nuget.org/packages/OC.Core.Crypto


Install
Install-Package OC.Core.Crypto
dotnet add package OC.Core.Crypto
paket add OC.Core.Crypto
OC.Core.Crypto Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

2

days-since-last-release

3055