You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option to cache the passphrase should be disabled when using a Wrapper implementation, regardless of if this project wishes to cache it or not, this should be handled by an agent and is generally WAY safer.
The text was updated successfully, but these errors were encountered:
robigan
changed the title
Cache option "Remember passphrase?
Cache option "Remember passphrase?" should be disabled when using WRAPPER backend
Jun 12, 2024
I should say that the project can do whatever it wants, but I don't see code in main.ts for its usage when using wrapper backend. It's a pointless option when wrapper is used.
Hey @robigan
With the current version you are correct: it has no function. But it was intentional as I wanted to add a symmetric encryption mode handled only over OpenPGP.js. I'm not sure yet if I will introduce this so it might make sense to disable it in the meantime for the gpg CLI wrapper.
Hey @robigan With the current version you are correct: it has no function. But it was intentional as I wanted to add a symmetric encryption mode handled only over OpenPGP.js. I'm not sure yet if I will introduce this so it might make sense to disable it in the meantime for the gpg CLI wrapper.
Ahh I see what you mean. Why handled only by OpenPGP.js? Can't GPG do the same?
obsidian-gpgCrypt/src/settings/SettingsTab.ts
Lines 247 to 266 in 003aef7
The option to cache the passphrase should be disabled when using a Wrapper implementation, regardless of if this project wishes to cache it or not, this should be handled by an agent and is generally WAY safer.
The text was updated successfully, but these errors were encountered: