This tool decrypts the TOTP secrets stored by the Authy app. Why? Because in 2024, Twilio (the company behind Authy) decided to discontinue the support of their Desktop application from one day to another.
As a software developer, I must easily access tokens in my everyday work. Sadly, Twilio does not provide any way to access my own tokens' secrets in plain text. I don't want to remove and create a new token for more than 70 different accounts I protected within Authy.
Even the export of the encrypted ones requires some complex setup (as described here by AlexTech01). If you have access to your encrypted secrets, you can use this project to decrypt them and re-create it with some alternative solutions.
Warning
Storing unencrypted secrets on the hard disk can compromise its security. If you save the decrypted file, make sure that your system is protected accordingly and that the file is not transmitted to third parties.
To contribute to the development of this project, take a look at the Contribution guidelines for this project.
- CLI tool
- GUI with the ability to render secrets as QR codes
- Load already decrypted files
- Edit tokens and save them
- UI localization
This project uses WPF components from Syncfusion. I am not allowed and not able to license the binaries of Syncfusion as part of this project!