| title | C++ Symmetric String Encryption/Decryption with a Block Cipher using Botan | |||||||
|---|---|---|---|---|---|---|---|---|
| keywords | sample | |||||||
| summary | Symmetric string encryption/decryption with a block cipher in C++ using Botan | |||||||
| permalink | c++_cryptography_symmetric_block_cipher.html | |||||||
| folder | C++ Cryptography | |||||||
| references |
|
|||||||
| authors |
|
|||||||
| current_reviews | ||||||||
| last_updated | 2018-10-01 | |||||||
| tags |
|
- 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 %}