C++ Programming on Linux - Crypto++ AES Encryption and Decryption

Published: 16 September 2022
on channel: Hui Yuan
6,580
54

In this short video, it will discuss how to use Crypto++ library to perform AES Encryption and Decryption.
In previous OpenSSL serious videos, we made one video that demonstrated how to use OpenSSL to execute AES encryption and
Decryption, you can compare examples of both video and have your own opinion on what is the advantages and disadvantages between
two libraries. As we described in previous video, the Crypto++ library is modern OOP designed modern C++ library and
OpenSSL is more like a classic C library.

As we saw from crypto++ web site, the library include AES algorithm.

AES stands for Advanced Encryption Standard
https://cryptopp.com/wiki/Advanced_En...
When using AES, one typically specifies a mode of operation and optionally a padding scheme. AES provides confidentiality using most modes of operation such as ECB and CBC

OpenSSL EVP Interface (AES CBC Encryption/Decryption) video Link:
   • C++ Programming on Linux - OpenSSL EVP Int...  

Example code has been uploaded onto GitHub for your reference:
https://github.com/yuanhui360/CPP-Pro...


On this page of the site you can watch the video online C++ Programming on Linux - Crypto++ AES Encryption and Decryption with a duration of hours minute second in good quality, which was uploaded by the user Hui Yuan 16 September 2022, share the link with friends and acquaintances, this video has already been watched 6,580 times on youtube and it was liked by 54 viewers. Enjoy your viewing!