Search Results

1
vote

Best practises for holding passwords in shell / Perl scripts?

Since you've tagged ksh & bash I'm going to assume Linux. Most of the problem is that if the user can read the script and locate the method you used to hide / encrypt the file then they …