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

Publié le: 16 septembre 2022
sur la chaîne: 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...


Sur cette page du site, vous pouvez voir la vidéo en ligne C++ Programming on Linux - Crypto++ AES Encryption and Decryption durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Hui Yuan 16 septembre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 6,580 fois et il a aimé 54 téléspectateurs. Bon visionnage!