securing passwords when using cli
A free file archiver for extremely high compression
Brought to you by:
ipavlov
I have a filevault software written in python (source) that uses 7z for encrypting the files. I am using the-p
switch to pass the password for the encryption. Unfortunately, the password is easily visible in windows when i use task manager and select teh command line details of the process. Is there any way the password can be passed in scripts like mine in a manner where it is not visible in the process table.
If there isn't, a few desirable options would be -
1. reading from an environment variable
2. sourcing the password from a file