encrypting blob with public key, decrypting with private key

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Lets say there are two users on the same Windows 7 machine. User1 wants to encrypt a blob using User2s built-in public key and store it in a file, so that User2 can later decrypt it with their built-in private key. Can anyone show me an example
of how to do that using the Crypto API functions? Thanks.

View the full article
 
Back
Top