Keyczar 0.7.5-beta2

This is a prerelease version of Keyczar.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Keyczar --version 0.7.5-beta2
NuGet\Install-Package Keyczar -Version 0.7.5-beta2
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="Keyczar" Version="0.7.5-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Keyczar --version 0.7.5-beta2
#r "nuget: Keyczar, 0.7.5-beta2"
#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 Keyczar as a Cake Addin
#addin nuget:?package=Keyczar&version=0.7.5-beta2&prerelease

// Install Keyczar as a Cake Tool
#tool nuget:?package=Keyczar&version=0.7.5-beta2&prerelease

This is a C# implementation of the 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, and C++ implementations also exist.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 7,713 7/31/2019
0.7.7 19,144 7/30/2017
0.7.5-beta6 12,766 3/7/2013
0.7.5-beta5 1,033 2/19/2013
0.7.5-beta4 1,052 2/11/2013
0.7.5-beta3 1,041 1/23/2013
0.7.5-beta2 1,096 1/19/2013
0.7.5-beta1 1,115 1/4/2013

* Fixed bug with constant time compare not really being constant time
 * Added support to export PEM formatted Public Keys
 * Fixed bug with 'KeyczarTool.exe create' producing pytho incompatible keysets when --name flag was ommited