home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / authstuff / auth.samplekey next >
Text File  |  1992-08-04  |  1KB  |  45 lines

  1. #
  2. # Sample key file, also used for testing.
  3. #
  4. # Note that there are three formats for keys.  Standard format is a
  5. # hex format with the low order bit of each byte being a parity
  6. # bit, a la the NBS standard.  NTP format is also hex, but uses the
  7. # high order bit of each byte for parity.  Ascii format simply encodes
  8. # a 1-8 character ascii string as a key.  Note that because of the
  9. # simple tokenizing routine, the characters ' ', '#', '\t', '\n' and
  10. # '\0' can't be used in an ascii key.  Everything else is fair game, though.
  11. #
  12.  
  13. 1  S    0101010101010101    # odd parity 0 key
  14. 2  N    8080808080808080    #  and again
  15. 3  A    ugosnod
  16. 4  A    BigbOObs
  17. 5  S    f1f1f1f1f1f1f1f1
  18. 6  N    f8f8f8f8f8f8f8f8    # same as key 5
  19. 7  S    f8f8f8f8f8f8f8f8    # not same as key 6
  20. 8  A    a            # short ascii keys are zero padded
  21. 9  A    &^%$@!*(
  22. 10 S    01020407080bf1f1
  23. 11 N    4040404040404040
  24. 12 A    more
  25. 13 A    random
  26. 14 A    keys
  27. 15 A    password        # 15 used as password by runtime configuration
  28. #
  29. 16 M    password        # MD5 key
  30. 17 M    secret
  31. 18 M    key1
  32. 19 M    key2
  33. 20 M    foobar
  34. 21 M    tick
  35. 22 M    tock
  36. 23 M    key23
  37. 24 M    key24
  38. 25 M    key25
  39. 26 M    a
  40. 27 M    few
  41. 28 M    more
  42. 29 M    random
  43. 30 M    md5
  44. 31 M    keys!
  45.