Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

  1. //+-------------------------------------------------------------------
  2. //
  3. // Microsoft Windows Terminal Server
  4. // Copyright (C) Microsoft Corporation, 1989-1998.
  5. //
  6. // File: HydraKey.h
  7. //
  8. // Contents: Hydra Server "Root" Public Key
  9. //
  10. //--------------------------------------------------------------------
  11. #ifndef __HYDRAKEY__
  12. #define __HYDRAKEY__
  13. //
  14. // This is the public key used to verify a
  15. // hydra server's certificate
  16. //
  17. #define HYDRA_ROOT_PUBLIC_KEY \
  18. { \
  19. 0x00, 0x00, 0x00, 0x00, \
  20. 0x00, 0x00, 0x00, 0x00, \
  21. 0x00, 0x00, 0x00, 0x00, \
  22. 0x00, 0x00, 0x00, 0x00, \
  23. 0x00, 0x00, 0x00, 0x00, \
  24. 0x3d, 0x3a, 0x5e, 0xbd, 0x72, 0x43, 0x3e, 0xc9, \
  25. 0x4d, 0xbb, 0xc1, 0x1e, 0x4a, 0xba, 0x5f, 0xcb, \
  26. 0x3e, 0x88, 0x20, 0x87, 0xef, 0xf5, 0xc1, 0xe2, \
  27. 0xd7, 0xb7, 0x6b, 0x9a, 0xf2, 0x52, 0x45, 0x95, \
  28. 0xce, 0x63, 0x65, 0x6b, 0x58, 0x3a, 0xfe, 0xef, \
  29. 0x7c, 0xe7, 0xbf, 0xfe, 0x3d, 0xf6, 0x5c, 0x7d, \
  30. 0x6c, 0x5e, 0x06, 0x09, 0x1a, 0xf5, 0x61, 0xbb, \
  31. 0x20, 0x93, 0x09, 0x5f, 0x05, 0x6d, 0xea, 0x87, \
  32. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 \
  33. }
  34. #endif