Since you're using an intermediate file to send the password to screen, you should look into how pass uses /dev/shm for temp files to avoid writing sensitive data to disk. I assume all the internal pass functions are available to extensions since they're sourced, so you should be able to just call tmpdir to get the same benefit.
Can you expand on what the benefit is of using the screen buffer instead of the clipboard? I was thinking perhaps it would work when logged in remotely but after seeing how the buffer is loaded by running a local screen command to read a file I gather that's not the case. On Wed, 31 May 2017 16:29:17 +0200, Manuel Strehl <[email protected]> wrote: >Hi, > >before starting to use pass, I wrote my own password manager, whose main >feature was, that it allowed me to put a password directly into screen's >paste buffer. > >I've now re-created that feature as a pass extension: > >https://github.com/Boldewyn/pass-sclip _______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
