home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / apps / 6213 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. Xref: sparky comp.os.msdos.apps:6213 sci.crypt:7079
  2. Newsgroups: comp.os.msdos.apps,sci.crypt
  3. Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!canterbury.ac.nz!betelgeux!moselecw
  4. From: moselecw@elec.canterbury.ac.nz (moz [chris moseley])
  5. Subject: WordPerfect 5.1 `encryption'
  6. Message-ID: <C18JCC.u7@cantua.canterbury.ac.nz>
  7. Keywords: Wordperfect, encryption, WP51
  8. Nntp-Posting-Host: betelgeux.canterbury.ac.nz
  9. Organization: Electrical Engineering, University of Canterbury, New Zealand
  10. Date: Fri, 22 Jan 1993 03:07:24 GMT
  11. Lines: 27
  12.  
  13. I have a paper by H. Bergen and W. Caelli which details the file protection
  14. system used in WP version 5.0 and lower, and wrote the program last night.
  15. The paper has appeared in both s.crypt and c.o.m.apps and contains notes
  16. on the triviality of the code. Knowing nothing about cryptography I am 
  17. unable to do much with the changed coding scheme in the new WP 5.1.
  18. But the encryption has changed so the methods given do not work.
  19.  
  20. Does anyone have either the new encryption method or a program that can
  21. decrypt the new system?
  22.  
  23.  
  24. For those who have some idea of the 5.0 stuff here are the main changes
  25. I can see:
  26.  
  27. Byte 8 can be either 00 or 01, presumably a version indicator.
  28.  
  29. Bytes 12 and 13 still provide a checksum, but byte 13 can be 00 for a
  30. non- one letter key, where before it couldn't. This gives a wrong solution
  31. using the old algorithm.
  32.  
  33. The key is case-sensitive, but the checksum does not change, instead the
  34. file length is basically doubled. Either case of key will decode the file.
  35.  
  36. Thanks you anyopne who can help
  37.  
  38. MOZ
  39. moselecw@elec.canterbury.ac.nz
  40.