Sample Projects
Sample Project | Description |
Certificate Manager | Full-featured certificate management sample. Demonstrates how to list, manage, create, and sign certificates. |
Encrypt | Illustrates how to encrypt and decrypt using symmetric algorithms. Note: A version of this sample using the async library is also included. |
EzRand | This demo shows how to generate random numbers and byte arrays using various algorithms such as ISAAC, Crypto API, etc. |
Hash | Shows how to use the Hash component with various algorithms. Note: A version of this sample using the async library is also included. |
JWS | Shows how to sign and verify JSON Web Signatures using various algorithms. |
OpenPGP | Illustrates using the OpenPGP component to encrypt, sign, decrypt and verify signatures. Note: A version of this sample using the async library is also included. |
SMIME Demo | Shows how to use the features of the S/MIME object to encrypt, sign, decrypt, and verify. |