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
I think if the project description explained better what vim-gnupg actually does under the hood it would be easier for a new user to understand what kind of security guarantees vim-gnupg offers.
In my particular case, I would like to know if vim-gnupg decrypts the encrypted file to to memory or if it decrypts to a temporary file that gets stored on disk. If vim crashes while I am editing the file will there be a plaintext version of the file saved somewhere in the system? I couldn't find the answer in the project description and I got lost in the vimscript when I tried reading the source code...
The text was updated successfully, but these errors were encountered:
I think if the project description explained better what vim-gnupg actually does under the hood it would be easier for a new user to understand what kind of security guarantees vim-gnupg offers.
In my particular case, I would like to know if vim-gnupg decrypts the encrypted file to to memory or if it decrypts to a temporary file that gets stored on disk. If vim crashes while I am editing the file will there be a plaintext version of the file saved somewhere in the system? I couldn't find the answer in the project description and I got lost in the vimscript when I tried reading the source code...
The text was updated successfully, but these errors were encountered: