More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=TinyTot | |title=TinyTot | ||
|image=Tinytot2.png | |||
|description=2 Factor Authentication token one-time password generator. | |description=2 Factor Authentication token one-time password generator. | ||
|author=thejsa | |author=thejsa | ||
|lastupdated=2016/07/10 | |lastupdated=2016/07/10 | ||
|type=Other Apps | |type=Other Apps | ||
|version=1.0 | |version=1.0 | ||
|license=Apache-2.0 | |license=Apache-2.0 | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/tinytot.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/tinytot.7z | ||
Line 11: | Line 12: | ||
|source=https://github.com/thejsa/tinytot | |source=https://github.com/thejsa/tinytot | ||
}} | }} | ||
TinyTot is a two-factor authentication homebrew application for the 3DS. | TinyTot is a two-factor authentication homebrew application for the 3DS. | ||
Revision as of 11:10, 2 December 2021
TinyTot | |
---|---|
General | |
Author | thejsa |
Type | Other Apps |
Version | 1.0 |
License | Apache-2.0 |
Last Updated | 2016/07/10 |
Links | |
Download | |
Website | |
Source | |
TinyTot is a two-factor authentication homebrew application for the 3DS.
Currently only supports the TOTP algorithm. The secret to use should be stored in secret.txt in the same directory as the 3DSX, encoded in base 32. This is not at all related to the OTP files required for A9LH; this is used for generating One-Time Passwords for logging into websites, similar to Google Authenticator.
Installation
Drop a file named secret.txt in the same folder as the 3dsx (or on the SD root if for some reason you build this as a CIA) containing your TOTP secret.
Your TOTP secret should be encoded in base32, looks somewhat like this: JSAISLEETCODERAMIRITEPEOPLEZLMAO.
User guide
To use, launch the 3DSX while connected to the internet - the TOTP algorithm uses the current time in UTC as part of its algorithm and the 3DS doesn't have any concept of timezones, so the application gets the time from the author's server and works out the difference between it and the 3DS time (offline usage will be added in future release).