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

Опубликовано: 16 Сентябрь 2022
на канале: 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...


На этой странице сайта вы можете посмотреть видео онлайн C++ Programming on Linux - Crypto++ AES Encryption and Decryption длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Hui Yuan 16 Сентябрь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 6,580 раз и оно понравилось 54 зрителям. Приятного просмотра!