Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Recover access to ripple.com/client with localstorage db? #2651

Open
deed02392 opened this issue Jan 7, 2018 · 2 comments
Open

Recover access to ripple.com/client with localstorage db? #2651

deed02392 opened this issue Jan 7, 2018 · 2 comments

Comments

@deed02392
Copy link

deed02392 commented Jan 7, 2018

I have a localstorage DB from when ripple.com/client was still up. It contains a table 'ItemTable' with four fields:

ripple_blob_[hexstring]
ripple_known
ripple_currencies_all
ripple_pairs_all

Can anybody help me open these data? I still remember the password I used on ripple.com/client.

Thanks a lot.

@shekenahglory
Copy link
Contributor

I'm not sure if ripple_blob_[hexstring] is the encrypted blob, but if so this is the logic the old client used to decrypt it: https://github.com/ripple/ripple-client/blob/oldclient/src/js/services/oldblob.js#L130-L146

@deed02392
Copy link
Author

deed02392 commented Jan 8, 2018

@shekenahglory Hey, that's really helpful. This is for the local storage mode wallet that was public back in late 2013 early 2014. I will check and update with any progress when I next get access to my machine (in a couple days).

It appears as if [hexstring] is the sha256 of concat(user,pass).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants