TinyTot 3DS: Difference between revisions

From GameBrew
m (Text replacement - "Category:3DS homebrew applications" to "")
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
* GitHub - https://github.com/thejsa/tinytot
* GitHub - https://github.com/thejsa/tinytot
* GBAtemp - https://gbatemp.net/threads/wip-tinytot-totp-2fa-one-time-password-generator-like-google-authenticator.433842
* GBAtemp - https://gbatemp.net/threads/wip-tinytot-totp-2fa-one-time-password-generator-like-google-authenticator.433842
[[Category:3DS homebrew applications]]
[[Category:Other 3DS homebrew applications]]

Latest revision as of 11:11, 6 May 2024

TinyTot
Tinytot2.png
General
Authorthejsa
TypeOther Apps
Version1.0
LicenseApache-2.0
Last Updated2016/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).

External links

Advertising: