-
Notifications
You must be signed in to change notification settings - Fork 11
Home
jbtule edited this page Feb 1, 2013
·
21 revisions
- Authenticated Signing - HMac
- Public/Private Key Signing - DSA or RSA
- Authenticated Encryption - AES then HMac or AES-GCM
- Public/Private Key Encryption - RSA
- Session Encryption - Asymmetric & Symmetric Combo
- Importing/Exporting Keys - Third party key import
- Additional Types of Key Sets - Extensible Key Sets, Encrypting or Disk Storage Alternatives
- Additional Signing Modes - More digest signature formats
- KeyczarTool.exe usage - Tool to manage key sets
- KeySetManage API - API to manage key sets
- [Building or Testing Keyczar dotnet in Depth](wiki/Building or Testing Keyczar dotnet in Depth) - * Source building tips and tricks.