-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
looking for way to read on computer #5
Comments
The class CryptoLoad.java should be adapted a bit to works on a PC. |
CryptoLoad.java uses some Android imports. |
Maybe the best and fastest way is to add the ability to export the db from android as an xml or json (unencrypted). |
I tried to create a program that loads/prints the database (but I didn't test it). https://gist.github.com/monolifed/dfac55524705de4285f3bba6167f250a Exporting seems to be a better way but exporting unencrypted data might be undesirable for some people. |
@monolifed good job! I tested it and everything went well. https://gist.github.com/RyuzakiKK/f589b46e2f3280d57c97aceefa18232a |
Cool, thanks! I will give that gist a shot! |
Looking for any test software I can use to read an ncf file on a computer besides using an emulator. Anything like that exist?
The text was updated successfully, but these errors were encountered: