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