trampster / Ropu.AesGcm

Dotnet OpenSSL wrapper for AES GCM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ropu.AesGcm

Ropu.AesGcm is a dotnet wrapper for AesGcm from OpenSSL, does not include OpenSSL lib you will need to include it yourself.

nuget

Ropu.AesGcm is published as a nuget package

dotnet add package Ropu.AesGcm

Licence

Ropu.AesGcm is published under the MIT licence, contributions are welcome.

I thought AesGcm was supported in .net standard 2.1?

Although it is in .net standard 2.1 mono have chosen not to implement it, or rather have implemented it to always PlatformNotSupportedException. This means the it doesn't work on Xamarin.Android. I would prefer to have it implemented in Mono, if you find yourself needing this wrapper please add your support to the mono issue mono/mono#19285 so we can get it implemented where it should be.

About

Dotnet OpenSSL wrapper for AES GCM

License:MIT License


Languages

Language:C# 100.0%