[cryptopp-users] Using Library on Windows

2018-10-18 Thread Johannes Winkler
Hello, is there an *easy* way to run the cryptopp 7 library on a normal windows. if possible I need a precompiled version plz. greetz -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at

[cryptopp-users] selecting blockcipher+mode in an easier way.

2024-01-04 Thread Johannes Winkler
Hello, I am working on a GUI programme for crypto++. When selecting block ciphers dynamically (from GUI), there is a problem to choose the cipher dynamically in code. Here is an example: let's do AES-CFB-Encryption CryptoPP::CFB_Mode::Encryption obj; However, if I want to switch to