Generate configuration file

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
eagle.ale
Posts: 2
Joined: Tue Sep 11, 2018 8:03 am

Generate configuration file

Post by eagle.ale » Tue Sep 11, 2018 8:17 am

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

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: Generate configuration file

Post by thisjun » Thu Oct 04, 2018 6:28 am

The hash is generated by this code.
https://github.com/SoftEtherVPN/SoftEth ... unt.c#L688

Post Reply