You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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
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 from1e3
to1e5
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!The text was updated successfully, but these errors were encountered: