Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key_derivation_iterations = 1e5 now #13

Open
kim0 opened this issue Aug 20, 2024 · 2 comments
Open

key_derivation_iterations = 1e5 now #13

kim0 opened this issue Aug 20, 2024 · 2 comments

Comments

@kim0
Copy link

kim0 commented Aug 20, 2024

Hello, this is FYI. I had used your tool last year and still had a valid token it seems on my machine. I was trying now to move away from authy, and when I used AUTHY_DEBUG=1 I could see the API was responding with valid data, it's just that decryption was failing! I noticed the JSON had "key_derivation_iterations": 100000,, so I changed the value in the code from 1e3 to 1e5 and that did work and write out the HTML page. I know this probably will not help people without a valid token, but just sharing this info anyway. Thanks!

@token2
Copy link
Owner

token2 commented Aug 20, 2024

Thanks. We modified the code (

kdfRounds = 1e5
)

but it is unlikely there are many users with active sessions

@bygui86
Copy link

bygui86 commented Aug 25, 2024

@kim0 what do you mean with "valid token"? an Authy token?

I got the error below trying to register a new device

[AUTHY_DEBUG] Sent request to: https://api.authy.com/json/users/XX-XXXXXXXXX/status, got response: {"message":"The device does not meet the minimum integrity requirements","success":false,"errors":{},"error_code":"60000"}
2024/08/25 23:19:31 Device registration failed: There doesn't seem to be an Authy account attached to that phone number
exit status 1

not able to export anything :((

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants