title | keywords | summary | permalink | folder | references | authors | current_reviews | last_updated | tags | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C++ Symmetric String Encryption/Decryption with a Block Cipher using Botan |
sample |
Symmetric string encryption/decryption with a block cipher in C++ using Botan |
c++_cryptography_symmetric_block_cipher.html |
C++ Cryptography |
|
|
2018-10-01 |
|
- Random key generation
- Key-based block cipher string encryption/decryption
Install Botan:
- C++17 (C++1z) (ISO/IEC 14882:2017)
{% include_relative src/cryptoexamples/symmetric_block_cipher.cpp %}
{% include links.html %}