https://github.com/miloradfilipovic/tanreader
Android application that reads bank TAN table entries.
https://github.com/miloradfilipovic/tanreader
android android-app authentication banking banking-applications java two-factor-authentication
Last synced: about 2 months ago
JSON representation
Android application that reads bank TAN table entries.
- Host: GitHub
- URL: https://github.com/miloradfilipovic/tanreader
- Owner: MiloradFilipovic
- Created: 2018-10-19T17:09:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T17:23:46.000Z (over 7 years ago)
- Last Synced: 2025-04-13T22:41:18.753Z (about 1 year ago)
- Topics: android, android-app, authentication, banking, banking-applications, java, two-factor-authentication
- Language: Java
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TAN table reader
Android application that reads bank TAN table entries. APK can be found [here](https://www.dropbox.com/s/kvcjiqi5p9ojafb/tan_reader_1.0.apk?dl=0).
## How it works
Application reads contents of a txt file which represents your TAN table used for bank's two-factor authentification. Each row in the TAN table file should be in a new line and the columns should be separated by one space.
The file can be located using the `Settings` screen.
### Example:
Your file should look something like this:
```
12354123 51321843 45312852 84321532
45312852 84321532 51321843 12354123
84321532 45312852 12354123 51321843
51321843 12354123 84321532 45312852
12354123 84321532 84321532 45312852
84321532 51321843 45312852 12354123
45312852 84321532 12354123 51321843
51321843 12354123 84321532 45312852
```
### Preview
