Metadata >> NuGet >> Keyczar

Keyczar

Metadata

Authors Jay Tuley,Google
Copyrights Copyright 2012-2013
Description 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.
IconUrl http://www.keyczar.org/keyczar_logo.jpg
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html
Owners Jay Tuley
ProjectUrl http://jbtule.github.com/keyczar-dotnet/
ReleaseNotes - Less variable constant time compare - WebKeySet requires SSL by default - WebKeySet can allow self signed certs by thumbprint
RequireLicenseAcceptance True
Summary Toolkit for safe and simple cryptography
Tags cryptography crypto security encryption symmetric asymmetric mac aes rsa dsa hmac
Dependencies BouncyCastle:1.7.0|DotNetZip:1.9.1.8|Newtonsoft.Json:4.5.8
Title Keyczar
PackageSize 1194145
PackageHashAlgorithm SHA512
PackageHash jLy8sF3tIM6bTU0wzxCjYDBojFjbWMR0/HKA3VmtpoHRZOpDdzVLGwIwBEqARU1lYWbR8kRQcm289JMqnYo4+Q==
DownloadCount 000000
CreatedDate 2013-03-07T14:53:51

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Keyczar -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Keyczar -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Keyczar
Installing the package (HTTP Basic authentication):
Install-Package Keyczar -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Keyczar -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Keyczar

OpenWrap

Installing the package:
o add-wrap Keyczar
Uninstalling the package:
o remove-wrap Keyczar

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.7.5-beta6
0.7.5-beta5
0.7.5-beta4
0.7.5-beta3
0.7.5-beta2
0.7.5-beta1