In previous video we have demonstrated how to generate, load and parse RSA public key and private key.
In this short video, it will continue RSA Encryption Schema, how to perform RSA encryptino and Decryption using
Crypto++ Library.
the example in this video will be RSA classic Bon write message to Alice:
Bob wants to send message to Alice. they decide to use RSA Encryption Schema
Bob write message in text file, he use Alice's public key to encrypt the message, and send excrypted file to ALice
Alice receive encrypted file, and use her private key to decrypt Bob's File, and read the message.
In privious OpenSSL examples, we have demonstrated similar exmple how to perform
RSA encryption and decryption using OpenSSL library, you can compare both examples and have your own opinion on
what is advantage and disadvantage between two libraries.
The example code of this video have been uploaded onto GitHub:
https://github.com/yuanhui360/CPP-Pro...
On this page of the site you can watch the video online C++ Programming on Linux - Crypto++ RSA Encryption/Decryption with a duration of hours minute second in good quality, which was uploaded by the user Hui Yuan 19 October 2022, share the link with friends and acquaintances, this video has already been watched 1,415 times on youtube and it was liked by 9 viewers. Enjoy your viewing!