Public Key Cryptography Sample

This sample demonstrates how you can use public key encryption to exchange messages among three entities. The messages are encrypted using a symmetric algorithm (RC2) and then the RC2 key is encrypted using an asymmetric algorithm (RSA).

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\Security\PublicKeyCryptography

Concepts Presented in This Sample

cryptography, samples; public key, samples; encryption, samples; decryption, samples; RC2 class, samples; RSA class, samples