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
			
									
									
						Generate configuration file
- 
				thisjun
 - Posts: 2458
 - Joined: Mon Feb 24, 2014 11:03 am
 
Re: Generate configuration file
The hash is generated by this code.
https://github.com/SoftEtherVPN/SoftEth ... unt.c#L688
			
									
									
						https://github.com/SoftEtherVPN/SoftEth ... unt.c#L688
