[linux] password vraag

Rinus Loof rinux op xloof.nl
Vr Dec 6 10:39:27 CET 2019


Op 06-12-2019 om 09:42 schreef paai:
> Hallo,
>
> ik heb diverse scripts waarin een password nodig is, hetzij van de 
> user, hetzij van een externe dienst, zoals gmail. Ik weet dat het geen 
> goed idee is zulke passwords als strings in het script te zetten, maar 
> ik word ook een beetje moe van het steeds maar opnieuw intypen.
>
> Vraag: wat is een goede (hoeft niet noodzakelijk de beste te zijn) en 
> werkbare strategie om passwords in scripts te gebruiken?
>
> Paai
>
Volgens mij is dit op te lossen door het wachtwoord in een file op te 
slaan: Hieronder een voorbeeld uit een post over dit onderwerp.


10

I used base64 for the overcoming the same problem, i.e. people can see 
my password over my shoulder.

Here is what I did - I created a new "db_auth.cfg" file and created 
parameters with one being my db password. I set the permission as 750 
for the file.

|DB_PASSWORD=Z29vZ2xl|

In my shell script I used the "source" command to get the file and then 
decode it back to use in my script.

|source path_to_the_file/db_auth.cfg DB_PASSWORD=$(evalecho 
${DB_PASSWORD}|base64 --decode)|

I hope this helps.

------------- volgend deel ------------
Een HTML-bijlage is gescrubt...
URL: <https://lists.nllgg.nl/pipermail/linux/attachments/20191206/4863bf52/attachment.html>


Meer informatie over de Linux maillijst