[cryptopp-users] Re: No-throw api for AES128?

2023-06-30 Thread Daniel Fricot
How can we configure padding when using StreamTransformation::ProcessString()? Daniel Op woensdag 29 maart 2023 om 15:38:45 UTC+2 schreef Jeffrey Walton: > On Monday, January 9, 2023 at 5:53:38 AM UTC-5 Daniel Fricot wrote: > > Is there a no-throw api for AES128? Currently, I

[cryptopp-users] No-throw api for AES128?

2023-01-09 Thread Daniel Fricot
Is there a no-throw api for AES128? Currently, I am using CryptoPP::StreamTransformationFilter for AES128 which may throw CryptoPP::InvalidCiphertext. This is not an error of course, it is expected behavior but our coding guidelines prefer no-throw api's. All throws (even catched throws) are