Isopoh.Cryptography.SecureArray 1.1.12

.NET 6.0 .NET Core 3.1 .NET Standard 2.0
dotnet add package Isopoh.Cryptography.SecureArray --version 1.1.12
NuGet\Install-Package Isopoh.Cryptography.SecureArray -Version 1.1.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Isopoh.Cryptography.SecureArray" Version="1.1.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Isopoh.Cryptography.SecureArray --version 1.1.12
#r "nuget: Isopoh.Cryptography.SecureArray, 1.1.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Isopoh.Cryptography.SecureArray as a Cake Addin
#addin nuget:?package=Isopoh.Cryptography.SecureArray&version=1.1.12

// Install Isopoh.Cryptography.SecureArray as a Cake Tool
#tool nuget:?package=Isopoh.Cryptography.SecureArray&version=1.1.12

A managed class that can hold an array in RAM and zero it
     on disposal. The code has the capability to throw if it cannot lock
     the array in RAM or gracefully degrade to merely pinning the memory
     to prevent the CLR from moving it and risking exposure to other part
     of the executable.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Isopoh.Cryptography.SecureArray:

Package Downloads
Isopoh.Cryptography.Blake2b

Blake2 hash for sensitive data. Uses Isopoh.Cryptography.SecureArray to assure sensitive data gets wiped from RAM and, if the operating system allows, never gets written to disk.

Isopoh.Cryptography.Argon2

Argon2 Password Hasher written in C#. Uses Isopoh.Cryptography.Blake2 for hashing and Isopoh.Cryptography.SecureArray to protect sensitive data.

Secp256k1.ZKP.Net

This package contains platform-specific native code builds of secp256k1. Included:win-x86/libsecp256k1.dll, win-x64/libsecp256k1.dll, osx-x64/libsecp256k1.dylib and linux-x64/libsecp256k1.so

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Isopoh.Cryptography.SecureArray:

Repository Stars
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
Version Downloads Last updated
1.1.12 73,546 5/22/2022
1.1.11 38,071 12/12/2021
1.1.10 329,197 11/18/2020
1.1.9 17,023 10/2/2020
1.1.8 49,002 7/26/2020
1.1.7 733 7/26/2020
1.1.6 746 7/25/2020
1.1.5 750 7/25/2020
1.1.4 5,142 7/5/2020
1.1.3 79,684 10/27/2019
1.1.2 90,345 5/14/2019
1.1.1 2,462 2/16/2019
1.1.0 885 2/16/2019
1.0.10 1,440 2/10/2019
1.0.9 896 2/10/2019
1.0.8 87,588 3/11/2018
1.0.7 1,041 3/11/2018
1.0.6 11,913 1/13/2018
1.0.5 1,298 10/29/2017
1.0.4 1,168 9/23/2017
1.0.3 802 9/10/2017
1.0.2 1,470 8/31/2017
1.0.1 1,708 3/8/2017
1.0.0 2,347 7/31/2016

No unused package references.