CryptKeeper 0.8.0-alpha
See the version list below for details.
dotnet add package CryptKeeper --version 0.8.0-alpha
NuGet\Install-Package CryptKeeper -Version 0.8.0-alpha
<PackageReference Include="CryptKeeper" Version="0.8.0-alpha" />
paket add CryptKeeper --version 0.8.0-alpha
#r "nuget: CryptKeeper, 0.8.0-alpha"
// Install CryptKeeper as a Cake Addin #addin nuget:?package=CryptKeeper&version=0.8.0-alpha&prerelease // Install CryptKeeper as a Cake Tool #tool nuget:?package=CryptKeeper&version=0.8.0-alpha&prerelease
This -alpha exposes the ability to use SecureString with reliably destroyed clear text. More to come. Slow burn and lots of testing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.2.2 | 1,398 | 2/18/2017 |
0.9.2.1 | 1,019 | 2/18/2017 |
0.9.1-beta | 891 | 11/26/2016 |
0.9.0-beta | 872 | 11/26/2016 |
0.8.2-alpha | 854 | 11/22/2016 |
0.8.1-alpha | 857 | 11/21/2016 |
0.8.0-alpha | 1,738 | 11/6/2016 |
This release includes a SecureString wrapper class that facilitates use of clear text secrets as bytes or a string, and helps ensure secure destruction after use and reduce the likelihood GC will leave copies the secret value behind, in the clear.
Future releases will offer wrappers around the .NET crypto API to facilitate use of BCL crypto libraries.