It's cumbersome creating a new file and then later doing cat secret.txt | qr in order to hide sensitive information from shell history and the process tree.
To solve this, there should be implemented a password-like "secret input mode" that would let the user input sensitive data without it being shown on the screen or anywhere else.
It's cumbersome creating a new file and then later doing
cat secret.txt | qrin order to hide sensitive information from shell history and the process tree.To solve this, there should be implemented a password-like "secret input mode" that would let the user input sensitive data without it being shown on the screen or anywhere else.