private void MakePassword() { _Password = Cryptage.CreatePassword(_BaseString, _Identifier); }
// Make base string (Computer ID) private void MakeBaseString() { _BaseString = Cryptage.Boring(Cryptage.InverseByBase(SystemInfo.GetSystemInfo(_SoftName), 10)); }