Using OP and Python to autofill CLI passwords, is there a danger to passwords in memory?
I am wanting to write a script to autofill and update passwords in Python on the CLI. It is easy enough to use subprocess and run OP to get vault items and inject them. Though I am worried that by doing this I am creating vulnerabilities with passwords in memory. Is there something I should do to keep memory cleaned up in case of core dumps? I am working on a local Windows machine, and only I have access to it, but I feel like I should be taking extra steps to be safe. Or maybe a password autofill like this is just a bad idea? I'm just tired of copying passwords and pasting them into terminals.
1Password Version:1.11.2
_Extension Version: Not Provided
OS Version:Windows 10
_Referrer: forum-search:https://1password.community/search?Search=passwords%20in%20memory
