Keyczar 0.7.5-beta1
This is a prerelease version of Keyczar.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Keyczar --version 0.7.5-beta1
NuGet\Install-Package Keyczar -Version 0.7.5-beta1
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-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Keyczar --version 0.7.5-beta1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Keyczar, 0.7.5-beta1"
#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-beta1&prerelease // Install Keyczar as a Cake Tool #tool nuget:?package=Keyczar&version=0.7.5-beta1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
- BouncyCastle (>= 1.7.0)
- DotNetZip (>= 1.9.1.8)
- Newtonsoft.Json (>= 4.5.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.5-beta6 | 240 | 3/7/2013 |
0.7.5-beta5 | 41 | 2/19/2013 |
0.7.5-beta4 | 42 | 2/11/2013 |
0.7.5-beta3 | 42 | 1/23/2013 |
0.7.5-beta2 | 44 | 1/19/2013 |
0.7.5-beta1 | 44 | 1/4/2013 |
Initial Release