Skip to content
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

[desktop] use electron safeStorage to store device keys #3742

Closed
wants to merge 1 commit into from

Commits on Jan 6, 2022

  1. [desktop] use electron safeStorage to store device keys

    * renames PathUtils.swapFilename to replaceLastComponent
    * provides a new impl for SecretStorage
    * uses electron.safeStorage to encrypt the device key that then gets
    stored in a file in app.getPath('userData')/safe_storage/
    * from now on, per-user data is encrypted with a per-user key,
    even for per-machine installs.
    
    #3733
    close #3676
    ganthern committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c853f68 View commit details
    Browse the repository at this point in the history