Skip to content

JackZielke/TOTP-Tizen

 
 

Repository files navigation

TOTP-Tizen

TOTP client for Tizen (Gear S/S2)

Setup

  1. Find 'one time password' in GalaxyApps and Install this.
  2. You need create key info "auth_keyinfo.txt" like following:
    Service1:Account_A:JBSWY3DPEHPK3PXP
    Service2:Account@B:JBSWY3DPEHPK3PXP
    Service3:AccountC:JBSWY3DPEHPK3PXP
    .... Service1/2/3 is service name (eg. Google/Microsoft)
    Account?? is account in service. (eg. [email protected])
    JBSW... is TOTP secret key.
    service name/ account is just label. It is not related to the calculation of TOTP.
  3. Copy the file to device.

Gear S

Copy the file to GEAR://documents/auth_keyinfo.txt from PC via USB.

Gear S2 (v1.1)

Please copy in one of the following ways.

  1. copy auth_keyinfo.txt to GEAR://documents/ (via utility such as Filemaster)
  2. copy auth_keyinfo.txt to GEAR://downloads/ (by SDK connection)
  3. copy auth_keyinfo.mp3 to GEAR://music/
    1. rename auth_keyinfo.txt to auth_keyinfo.mp3 (Change only the file name, do not change contents)
    2. push it as music data by GearManager

About

TOTP client for Tizen (Gear S/S2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.6%
  • CSS 19.3%
  • HTML 0.1%