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

53 Просмотры
Издатель
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_Encryption_Standard
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:
https://youtu.be/MMBk_dGgiHI

Example code has been uploaded onto GitHub for your reference:
https://github.com/yuanhui360/CPP-Programming-on-Linux/tree/main/YH-126
Категория
Язык программирования C++
Комментариев нет.