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:
Смотрите видео C++ Programming on Linux - Crypto++ RSA Encryption/Decryption онлайн без регистрации, длительностью 16 минут 52 секунд в хорошем hd качестве. Это видео добавил пользователь Hui Yuan 20 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1 тысяч раз и оно понравилось людям.