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

Pubblicato il: 16 settembre 2022
sul canale di: 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...


In questa pagina del sito puoi guardare il video online C++ Programming on Linux - Crypto++ AES Encryption and Decryption della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Hui Yuan 16 settembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 6,580 volte e gli è piaciuto 54 spettatori. Buona visione!