Page 1 of 1

Generate configuration file

Posted: Tue Sep 11, 2018 8:17 am
by eagle.ale
Hi all,
I'm trying to generate the config.vpn files for all my users, so I can avoid to give them the user-password information (yes, they can read it in the file but the password is hashed) and thay just have to import the configuration.

My actual problem is exactly the password: how exactly is it hashed?
I've searched a lot in this forum and in the source code but i can't find a way to generate it.

Can someone give me the exact algorithm?

Thank's to all

Re: Generate configuration file

Posted: Thu Oct 04, 2018 6:28 am
by thisjun
The hash is generated by this code.
https://github.com/SoftEtherVPN/SoftEth ... unt.c#L688