Open lolomokakus opened 3 years ago
Steam Guard uses custom TOTP codes that consist of five letters. It would be nice to have support for them in Tofu!
Here's a JS implementation of their algorithm if that helps: https://github.com/DoctorMcKay/node-steam-totp
If it helps I could port the library to Swift
Strongly agree. In fact, KeePassXC already supports Steam Guard, which has proven to be very useful.
Steam Guard uses custom TOTP codes that consist of five letters. It would be nice to have support for them in Tofu!
Here's a JS implementation of their algorithm if that helps: https://github.com/DoctorMcKay/node-steam-totp