-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Jay Tuley edited this page Nov 18, 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 - Source building tips and tricks