Page 1 of 1

Saved password

Posted: Wed Nov 07, 2018 8:52 pm
by presidente74
I would to configure OpenVPN client to connect by saved password in a text file.
I would to do so for password of the proxy too.
The question: is possible to cipher the password in order to avoid to save clear-text password in the file?

Thanks anyway.

Re: Saved password

Posted: Wed Nov 07, 2018 9:29 pm
by Pippin
Hash the user password.
Then use hash as password for user.

Re: Saved password

Posted: Wed Nov 07, 2018 11:00 pm
by TinCanTech
Use the GUI :twisted:

Re: Saved password

Posted: Wed Nov 07, 2018 11:17 pm
by Pippin
Yeah, don't save passwords is off coarse better but having unsupervised devices.....

Re: Saved password

Posted: Thu Nov 08, 2018 1:11 am
by TinCanTech
Pippin wrote:
Wed Nov 07, 2018 11:17 pm
but having unsupervised devices.....
or otherwise compromised ... :ugeek:

Re: Saved password

Posted: Thu Nov 08, 2018 11:40 am
by presidente74
Pippin wrote:
Wed Nov 07, 2018 9:29 pm
Hash the user password.
Then use hash as password for user.
Thanks Pippin,
but... the other side of VPN will recognize the password or it want a clear-text password?

Re: Saved password

Posted: Thu Nov 08, 2018 11:43 am
by presidente74
Pippin wrote:
Wed Nov 07, 2018 11:17 pm
Yeah, don't save passwords is off coarse better but having unsupervised devices.....
I think so too.
My device is securized (secure at 100% don't exists!!) but i hate saved clear-text passwords.

Re: Saved password

Posted: Thu Nov 08, 2018 8:00 pm
by presidente74
Pippin wrote:
Wed Nov 07, 2018 9:29 pm
Hash the user password.
Then use hash as password for user.
Oh, I understood only now!!
Hash will be the clear-text password, is it??
May be a solution or, at least, a good workaround.
Thanks! ;)