Sen descrición

alex.kopachov d6102aa0c1 Even better screenshot :) %!s(int64=3) %!d(string=hai) anos
.github d6102aa0c1 Even better screenshot :) %!s(int64=3) %!d(string=hai) anos
bin f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
flipperzero-firmware @ a8b48771e4 f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
totp f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
.gitattributes f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
.gitignore f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
.gitmodules f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos
LICENSE 7861de896a Initial commit %!s(int64=3) %!d(string=hai) anos
README.md 17f560a99b Added initial README %!s(int64=3) %!d(string=hai) anos
fbt.cmd f9ec13f55b Initial commit. Moved all the code and setup flipper firmware as submodule %!s(int64=3) %!d(string=hai) anos

README.md

Flipper Authenticator

Screenshot

What is it?

Flipper Authenticator is a software-based authenticator that implements two-step verification services using the Time-based One-time Password (TOTP; specified in RFC 6238) and HMAC-based One-time Password algorithm. It is like Google Authenticator, but for Flipper Zero device.

How to get it?

If you don't want to build the app yourself then just pull FAP file from latest release and put it to your Flipper Zero device by copying it to /ext/apps/Misc. After that you should be able to run it on your Flipper.

How to build it?

Just pull the repo with recursive submodule initialization and then run fbt firmware_totp command to build the app. Once done FAP file will be available here flipperzero-firmware\build\latest\totp.fap

Support