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:
Watch video C++ Programming on Linux - Crypto++ RSA Encryption/Decryption online without registration, duration 16 minute 52 second in high hd quality. This video was added by user Hui Yuan 20 October 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1 thousand once and liked it people.