Keyczar 0.7.5-beta3
See the version list below for details.
dotnet add package Keyczar --version 0.7.5-beta3
NuGet\Install-Package Keyczar -Version 0.7.5-beta3
<PackageReference Include="Keyczar" Version="0.7.5-beta3" />
paket add Keyczar --version 0.7.5-beta3
#r "nuget: Keyczar, 0.7.5-beta3"
// Install Keyczar as a Cake Addin #addin nuget:?package=Keyczar&version=0.7.5-beta3&prerelease // Install Keyczar as a Cake Tool #tool nuget:?package=Keyczar&version=0.7.5-beta3&prerelease
This is a C# implementation of the Full Keyczar API.
Keyczar is an open source cryptographic toolkit designed to make it easier and safer for devlopers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys. Some features of Keyczar include:
- A simple API
- Key rotation and versioning
- Safe default algorithms, modes, and key length
- Automated generation of initialization vectors and ciphertext signatures
- Java, Python, Go, and C++ w/swig (swig supported languages like Perl) implementations also exist.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- BouncyCastle (>= 1.7.0)
- DotNetZip (>= 1.9.1.8)
- Newtonsoft.Json (>= 4.5.8)
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.174 | 8,660 | 7/31/2019 |
0.7.7 | 22,342 | 7/30/2017 |
0.7.5-beta6 | 14,270 | 3/7/2013 |
0.7.5-beta5 | 1,060 | 2/19/2013 |
0.7.5-beta4 | 1,078 | 2/11/2013 |
0.7.5-beta3 | 1,062 | 1/23/2013 |
0.7.5-beta2 | 1,122 | 1/19/2013 |
0.7.5-beta1 | 1,143 | 1/4/2013 |
* Fixed TimeoutSigner compatibilty with other keyczar.
* Keyczar tool updated 'usekey' to produce all keyczar wire formats.
* TimeoutVerifier now has optional call back for current time.