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...
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...