SailOTP is a Sailfish Implementation of the Google-Authenticator algorithms, also known as TOPT (timer based) and HOTP (counter based) as described in RFC 6238 and 4226. A growing number of sites uses this algorithm for two-factor-authentication, including Github, Linode and several Google services.
One can add new OTP-entries using the pulley-menu. Codes can be added using the integrated QR-Code-Reader or by manually typing in the token information.
The main view of the app will show a list off all entries and their current One-Time-Tokens. The entries will be regenerated every 30 seconds, the remaining time for the current tokens is shown through a progress bar at the top of the app. HOTP-type tokens are not updated automatically, instead a refresh button is shown on the right of the token to calculate the next value and increment the counter. An entry can be edited, deleted or moved up and down in the list by long-pressing on it.
In edit-mode one can show a QR-Code of the entry (e.g. for importing it on another device) through the pulley menu.
One entry can be stared by tapping the star icon on the left. the stared item will be shown on the ActiveCover. If the Token is timer based, it will be refreshed every 30 seconds. 5 seconds before the token changes it's color will change to red. For counter based tokens a cover action to calculate the next token is shown instead. The item can be unstared by tapping the star icon again on the main view.
From the main view a token can be copied to the clipboard by tapping on it.
From the pulley menu the token database can be exported to a file for backup purposes. The backup is a AES-256-CBC encrypted and
Base64 encoded file containing a JSON-representation of the database. It can be decrypted with openssl using the following command:
openssl enc -d -a -aes-256-cbc -in <file>
if you need the information outside of SailOTP.
Importing the file is also possible from the pulley menu. If a file contains tokens that are already in the database (title and secret of the token match an existing one), these tokens will not be added again.
It is also possible to generate tokens for SteamGuard (Steams TOTP-Variant for 2-Factor-Auth). To use this feature, one will have to activate it using the original Steam Android app. After activating it one can get the secret code from '/opt/alien/data/data/com.valvesoftware.android.steam.community/files/Steamguard-$STEAMID'. This file contains json data, including the OTP-URL in the form 'otpauth://totp/Steam:$STEAM_USERNAME?secret=$SECRET&issuer=Steam'. The code from this URL can be added manually using the 'Steam Guard'-OTP-Type in SailOTP.
If you find any bugs or want to suggest a feature, feel free to use Githubs Issues feature or write an email to sailfish _AT_ seiichiro0185.org
Changelog:
Version 1.11.1
Version 1.11.0
Version 1.10.2
Version 1.10.1
Version 1.10.0
Version 1.9.4
Version 1.9.3
Version 1.9.2
Version 1.9.1
Version 1.9.0
Version 1.8.2
Version 1.8.1
Version 1.8.0
Version 1.7.2
Version 1.7.1
Version 1.7
Version 1.6
Version 1.5
Version 1.4
Version 1.3
Version 1.2
Version 1.1
Version 1.0
Version 0.8
Version 0.7
Version 0.6
Version 0.5
Version 0.4
Version 0.3
Version 0.2
Version 0.1
- Fix Empty Token List after Restart for New Installs.
Comments
seiichiro0185
Thu, 2017/01/12 - 12:15
Permalink
It works for me. IIRC I have to input the characters lowercase for it to work, although they are displayed uppercase in steam (and SailOTP)
pauligrinder
Thu, 2017/01/12 - 18:07
Permalink
Ah, that's it! Thank you very much. Very stupid that the characters are shown in uppercase though. I mean in case of the steam-app. It should automatically do a "toLowerCase()" conversion if that's what it needs...
McCloud
Tue, 2016/11/22 - 08:01
Permalink
All 3 of my Jollas have some kind of malfunction and I must give you two thumbs up for making easy export with QR. Not like with android google authenticator, where you must dig trough sql tables. Again, thank you for that!
McCloud
Mon, 2016/07/18 - 23:52
Permalink
STEP 3 on https://dpron.com/3-ways-to-move-google-authenticator/
I would like to uninstall android app from Jolla if I could import keyes to your app.
McCloud
Tue, 2016/07/19 - 00:13
Permalink
devel-su
sqlite3 /data/data/com.google.android.apps.authenticator2/databases/databases
select * from accounts;
seiichiro0185
Tue, 2016/07/19 - 08:53
Permalink
I didn't try to import from Google Authenticator, but with the Info from the sqlite DB you should be able to manually add the tokens to SailOTP.
ZeiP
Sun, 2016/01/24 - 00:39
Permalink
Could you add support for more digits, as used by for example the Blizzard authenticator: https://gist.githubusercontent.com/stbuehler/8616943/raw/f46f6775afa6be0...
seiichiro0185
Sun, 2016/01/24 - 15:31
Permalink
I will add this in the next Version, although I can't promise a timeline yet.
seiichiro0185
Sun, 2016/07/17 - 20:45
Permalink
I finally came around to do some coding for SailOTP again. Version 1.4 which includes this change is now released on openrepos, and submitted for QA on harbour.
coderus
Mon, 2015/12/07 - 16:09
Permalink
i486 build please?
seiichiro0185
Mon, 2015/12/07 - 23:13
Permalink
I uploaded the i486 Build of Version 1.3. Please note that it's only briefly tested in the Emulator, since my Tablet is still MIA.
Pages