CryptKeeper 0.8.0-alpha
See the version list below for details.
Install-Package CryptKeeper -Version 0.8.0-alpha
dotnet add 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 |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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,003 | 2/18/2017 |
0.9.2.1 | 749 | 2/18/2017 |
0.9.1-beta | 753 | 11/26/2016 |
0.9.0-beta | 735 | 11/26/2016 |
0.8.2-alpha | 724 | 11/22/2016 |
0.8.1-alpha | 713 | 11/21/2016 |
0.8.0-alpha | 1,596 | 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.