It would be nice to have a script that allow to bruteforce master password of https://github.com/JeNeSuisPasDave/authenticator it uses the AES 256-bit symmetric key: https://github.com/JeNeSuisPasDave/authenticator/blob/3caa2edebff01be3e6fd82c72ac3a0eb415cbe66/src/authenticator/data.py#L597-L606 to encrypt the second 16-byte data and compare it with the first 16-byte block (header): https://github.com/JeNeSuisPasDave/authenticator/blob/3caa2edebff01be3e6fd82c72ac3a0eb415cbe66/src/authenticator/data.py#L802-L807