SafeBox 1.1.4
This patch release fixes a rare concurrency bug in SafeBox cryptography, where parallel encrypt/decrypt operations could corrupt state and trigger AEADBadTagException
. Thanks to @matheusmelato for reporting this issue!
What's Fixed
- Serialized cryptography operations
SafeBox now ensures exclusive key usage during encryption and decryption, preventing parallel race conditions. (#72)