Giter Site home page Giter Site logo

thejsa / tinytot Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 2.0 683 KB

Two-factor authentication app for the 3DS

Home Page: https://thejsa.github.io/tinytot/

License: Apache License 2.0

Makefile 48.16% C 51.84%
liboath two-factor-authentication 3ds-homebrew hacktoberfest

tinytot's Introduction

tinytot

Two-factor authentication app 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; sorry if I got your hopes up. This is used for generating One-Time Passwords for logging into websites, similar to Google Authenticator.

License

TinyTot is licensed under the Apache License v2.0. (see LICENSE.txt) Requires liboath from oath-toolkit by Simon Joseffson, et al., licensed under the LGPL.

Compiling liboath

Instructions for downloading & building liboath as a portlib (NOTE: these are quite outdated, and a PKGBUILD for dkp-pacman would be more appropriate, see issue #9)

wget http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.6.1.tar.gz
tar zxvf oath-toolkit-*.tar.gz
cd oath-toolkit-*/liboath
export PORTLIBS="${DEVKITPRO}/portlibs/armv6k"
export PATH="${DEVKITARM}/bin:${PATH}"
export CFLAGS="-march=armv6k -mtune=mpcore -mfloat-abi=hard -O3 -mword-relocations -fomit-frame-pointer -ffast-math"
./configure --prefix=${DEVKITPRO}/portlibs/armv6k --host=arm-none-eabi --disable-shared --enable-static 

tinytot's People

Contributors

thejsa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tinytot's Issues

Store UTC time offset + fail gracefully without it

The UTC time offset calculated from a server should be stored to allow offline usage.
The application currently crashes if it cannot get the time from the Internet - it needs to be fixed to fail gracefully when it does not have a stored UTC offset + cannot get one. Instead, show an error message / continue polling for an Internet connection (with exit option).

Ignore

Ignore ... opened in error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.