Quote:
Originally Posted by davidfor
Sorry, but, they could do damage to your Kobo account. Or buy some book if you have a credit card attached to it.
|
So, just out of curiosity, I had a look at the KoboReader.sqlite inside my Aura One.
This is the output I get from .tables:
AbTest OverDriveCards WordList
Achievement OverDriveCheckoutBook content
Activity OverDriveLibrary content_keys
AnalyticsEvents Reviews content_settings
Authors Rules ratings
BookAuthors Shelf shortcover_page
Bookmark ShelfContent user
DbVersion SubscriptionProducts volume_shortcovers
Dictionary SyncQueue volume_tabs
Event Tab
Images Wishlist
And for the life of me I can't find anything there that seems to store credit card data. The closest might be various access tokens, but to use those you'd also need to figure out how the Kobo Web APIs work.
To delete those all you need to do is drop the respective entryies in user:
drop table "tablename"
If anyone wants do this, simply copy the KoboReader.sqlite onto your PC, install sqllite on you machine, and just open it. Even without SQL it shouldn't be that hard to drop any table that seems "bad" to you.