This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Releases: alexzorin/authy
Releases · alexzorin/authy
v0.3.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0: Fixes incorrect decryption.
Due to incorrect unpadding for some tokens where the secret length was not aligned with the AES block size (16 bytes).
v0.0.4: BUG: Truncation of CBC padding was wrong
Resulting in wrong decryption for large secrets. Whoops.