Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 414 Bytes

File metadata and controls

12 lines (8 loc) · 414 Bytes

SoftEtherConfigPasswordNodeGenerate

Generate the encrypted password node used in SoftEther config file.

Use

This code is for generating HashedPassword and Ntlm related node.

HashedPassword is a hashing result using SHA0 on password+USERNAME.

Ntlm related password is a hashing result using MD4.

ACryptoHash.Net

Hashing code is based on ACryptoHash.Net (https://sourceforge.net/projects/acryptohashnet/).