-
-
Notifications
You must be signed in to change notification settings - Fork 26
How to add new token?
This option is the most user-friendly and convenient way to add new token.
Checkout official repo to get this app running on your machine.
- Launch Flipper Authenticator application
- Provide PIN if you setup it
- Connect to your Flipper using some telnet agent or just use web-based agent.
- Run
totp add <token_name>
command, where<token_name>
is some user-friendly name of the token which will allow you to identify it - Enter token secret and confirm it with <ENTER> key
Optionally totp add
command may accept following options
-
-a <algo>
, where<algo>
is token hashing algorithm (could besha1
,sha256
orsha512
,steam
) -
-d <digits>
, where<digits>
is number of digits to generate (could be5
,6
or8
) -
-l <duration>
, where<duration>
is token lifetime duration in seconds (must be between15
and255
)
These options are optional and need to be passed only in case if you are strongly sure that default values are not acceptable for your case.
It is possible to copy&paste plain token secret straight into config file. To do that, take a look at config file format description and use it as a reference to add new token straight in config file. Then use plain token secret for TokenSecret
section. Finally, run Flipper Authenticator app to make sure your newly added token is added and to let application encrypt it.
Some providers (ex. Amazon) shows token secrets as a grouped string (ex. XXXX ZZZZ YYYY NNNN MMMM
), it is fine to use such a string if you are entering token secret manually or using CLI, however it is not allowed to use such a string to copy&paste it straight to a config file. In such a scenario you need to drop all the whitespaces from your token secret before putting it into config file.
This option is not that convenient, but still could be used.
- Launch Flipper Authenticator application
- Provide PIN if you setup it
- Press "OK" button to open application menu
- Using navigation keys select option "Add new token"
- On the new screen use navigation keys to provide all the required information
- Once all the information provided - focus "Confirm" button on the screen and confirm adding new token by pressing "OK" button on Flipper Zero device
- 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?