Generate the encrypted password node used in SoftEther config file.
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.
Hashing code is based on ACryptoHash.Net (https://sourceforge.net/projects/acryptohashnet/).