On Fri, Apr 20, 2018 at 08:38:48PM +0100, Brian wrote: > T have a script. It contains an important password. > > I have encrypted the script with
I suggest storing the password in a separate file, and using file system permissions so that only a specific user/group can read it. Then make the script read it from the file.