Skip to content

SafeBox 1.1.4

Compare
Choose a tag to compare
@harrytmthy harrytmthy released this 26 Aug 19:13
· 41 commits to main since this release

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)