6 ms·
For this reason I'm thinking of switching from gpg to encfs. It has an option for auto-unmounting after a period of unactivity. It would also play well with pro
by tbe 11y ago
For this reason I'm thinking of switching from gpg to encfs. It has an option for auto-unmounting after a period of unactivity. It would also play well with programs that need to read password from a file.
Has anyone else here had the same thought? This guy seems to at least;
https://github.com/equivrel/password-store-encfs/blob/master/add-encfs.patch https://github.com/equivrel/password-store-encfs/blob/master...
Edit: spelling
- INTPenis 11y agoWould be much easier and still acceptable to simply mount the password-store on encfs. Could use autofs to make it auto mount when pass accesses the mount point.
- tbe 11y agoThat would mean two stages of password query, which I think might be a con. Also, the file names would either not be encrypted in the git repo or not be compatible with e.g. Android app I guess. Thanks for the autofs hint, will try it and see how that works out re unlocking.