Giter VIP home page Giter VIP logo

Comments (4)

Dolu89 avatar Dolu89 commented on May 30, 2024

I searched in source code. I found a SQLite database inside the app.

https://github.com/markmcavoy/androidtoken/blob/master/src/main/java/uk/co/bitethebullet/android/token/TokenDbAdapter.java

At the line 64, you can see the SQL code to create database. I don't know yet how to access to this database outside the app. I don't know if it is possible.

from androidtoken.

barul42 avatar barul42 commented on May 30, 2024

Coming from another TOTP app with a similar problem (couldn't access the keys stored), it appears to be a known issue w/ LineageOS (see this).

from androidtoken.

mcmilk avatar mcmilk commented on May 30, 2024

I know this issue is a bit old, but I needed a backup of my tokens today ;)

So I searched the database with some adb commands like this:

adb root
adb shell
find / -name '*bitethebullet.android.token*'

In the end, my data was located within /data/data and I got it with this command:
adb pull /data/data/uk.co.bitethebullet.android.token

from androidtoken.

markmcavoy avatar markmcavoy commented on May 30, 2024

the next version of the app which I'm currently working on will allow exporting of the secret from the UI

from androidtoken.

Related Issues (20)

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.