Giter Club home page Giter Club logo

Comments (4)

Aetherinox avatar Aetherinox commented on June 1, 2024

I will need to peel through the code (new to the dev team). I peeled through the files + databases; practically all the files stored in APPDATA, and I saw no mention of existing storage methods being saved in any of those files.

from keeweb.

MarcBachmann78 avatar MarcBachmann78 commented on June 1, 2024

thats why I do not get the storage methods by copying APPDATA to new laptop.

But somewhere are those entries saved:

2024_05_08_16_32_35_KeeWeb

from keeweb.

Aetherinox avatar Aetherinox commented on June 1, 2024

From the code I'm reading, I'm going to be more willing to bet that it is stored in the VM heap memory. Which is utilized with both the web and desktop version of KeeWeb.

This memory can be accessed by opening the developer console.

YyGGl5J6Cl

In that memory, I found a storage container

iAVTpYGa2o

Within that memory, I'm finding things like gdriveOAuthToken, onedriveClientId, onedriveClientSecret, etc. And also the linked vault image /drive/root:/New.kdbx. And the methods for connecting a new drive / vault are calling that heap memory.

So as I suspected, these details aren't stored locally within the filesystem. They're stored within your browser, or electron if you're on the desktop version.

I've got to dig deeper as to where localstorage is placed.

from keeweb.

antelle avatar antelle commented on June 1, 2024

Open files and other settings are stored in the filesystem, but they’re encrypted. You can find all of those stored pieces of data by searching SettingsStore.load, for example, the list of files.

Then for the browser, it goes to the localStorage.

On desktop, it calls Launcher.saveConfig that ends up doing this. Here’s the encryption key for this kind of configs.

from keeweb.

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.