Forum Discussion

tmarquard's avatar
tmarquard
New Contributor
4 years ago

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