Public Private Key Encryption Tutorials

Posted by Jake M on Stack Overflow See other posts from Stack Overflow or by Jake M
Published on 2012-04-04T04:52:21Z Indexed on 2012/04/04 5:29 UTC
Read the original article Hit count: 203

Do you know of a tutorial that demonstrates Public Private Key encryption(PPKE) in C++ or C?

I am trying to learn how it works and eventually use Crypto++ to create my own encryptions using public private keys. Maybe theres a Crypto++ PPKE tutorial?

Maybe someone can explain the relationship(if any) between the public and private keys? Could anyone suggest some very simple public and private key values I could use(like 'char*32','char/32') to create my simple PPKE program to understand the concept?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c