Description
Replace a string in one file with a secret from a second file.
Replace a string in one file with a secret from a second file.
Since the secret is read from a file, it won't be leaked through '/proc/<pid>/cmdline', unlike when 'sed' or 'replace' is used.