-
-
Notifications
You must be signed in to change notification settings - Fork 26
Does it support Steam style tokens?
Use this guide to get your Steam token secret, then use one of the following CLI commands to add Steam token:
-
totp add token_name -a steam -d 5 -e base64
- if your Steam secret token looks Base64-encoded (has alpha-numeric characters in different case lower and upper) -
totp add token_name -a steam -d 5 -e base32
- if your Steam secret token looks Base32-encoded (has alpha-numeric characters all in the same case, either all lower or all upper)
Steam has special token format which contains 5 alpha-numeric characters.
Flipper Authenticator support this type of tokens. To add such a token it is necessary to pick Steam
algorithm and 5
-character length whenever you are adding new token.
It is a bit trick to get token secret, so you'd better use this guide to do that.
Important
Keep in mind that by default Flipper Authenticator expects you to provide any secret as a Base32-encoded string, while Steam token typically (but not all the time) Base64-encoded. Just in case if your Steam token secret is Base64-encoded and you are using CLI to add new token, there is no need to manually convert it to Base32, instead just add -e base64
option to your CLI command, it will force Authenticator app to read your token as Base64-encoded string.
- Home
- First steps
-
FAQ
- How does it work?
- Is it secure?
- How to get it?
- How to build it?
- Where is config file?
- What is token secret and where to get it?
- Is there a CLI?
- Is there a token input automation?
- How to add new token?
- Does it support Steam-style tokens?
- How to change\recover PIN?
- How to backup?
- How to reset application?
- Flipper Authenticator generates invalid codes, why so?
- How to migrate from another authenticator app?
- TOTP codes became invalid after daylight saving time switch, why?
- Is it possible to connect "Flipper Authenticator" and "Bluetooth Remote" apps to the same device via Bluetooth?
- What does "API version mismatch" error mean?
- Does it support AZERTY\QWERTZ keyboard layout?
- Is there a companion app for desktop?
- Is it possible to migrate to another authenticator app?
- How PIN is stored?