fork download
  1. // Synthology Ivory Steinway : Keygen Code.
  2.  
  3. public class Synthology
  4. {
  5. public static void Main()
  6. {
  7. // Write the Machine ID here: example 25262
  8. uint machine_id = 13644;
  9.  
  10. // Write 'true' if it is Apple Mac / For windows keep it false.
  11. bool isMac = false;
  12.  
  13. uint cx=0, c1 = 0x0C6B73ABD, c2 = 0x0E42C2B47, c3 = 0x07C6958DA;
  14. uint req = ((uint)(isMac ? 0x0000 : 0x6400 ) << 16) | (machine_id & 0xFFFF);
  15.  
  16. for(int i=0; i < int.MaxValue; i++) {
  17. if(req == (c1 * ((cx ^ c3) - c2))) break; cx++; }
  18.  
  19. System.Console.WriteLine("Unlock Code = " + cx.ToString("000-000-0000"));
  20. }
  21. }
Success #stdin #stdout 3.19s 26496KB
stdin
Standard input is empty
stdout
Unlock Code = 160-711-6889