home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / crypt / 3798 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  1.2 KB

  1. Xref: sparky sci.crypt:3798 alt.security:4570
  2. Newsgroups: sci.crypt,alt.security
  3. Path: sparky!uunet!s5!sethb
  4. From: sethb@fid.morgan.com (Seth Breidbart)
  5. Subject: Re: Letter Frequency
  6. Message-ID: <1992Oct15.145339.2020@fid.morgan.com>
  7. Organization: my opinions only
  8. References: <1big1qINNrnq@matt.ksu.ksu.edu> <1992Oct15.140918.27296@emr1.emr.ca>
  9. Date: Thu, 15 Oct 1992 14:53:39 GMT
  10. Lines: 21
  11.  
  12. In article <1992Oct15.140918.27296@emr1.emr.ca> nyelle@ccrs.emr.ca
  13. (Norman Yelle) writes:
  14. >In article <1big1qINNrnq@matt.ksu.ksu.edu> holland@matt.ksu.ksu.edu (Rich Holland) writes:
  15. >>I'm in dire need of a letter frequency chart for the English language.  I
  16. >>remember as a kid reading books on basic cryptanalysis and seeing these
  17. >>charts of the most frequently used letter (like "E" is most often used,
  18. >>then "S" or "R" or something, etc).
  19.  
  20. >If you have an on-line copy of the dictionnary, then you can do the
  21. >following:
  22. >
  23. >  grep -i e /usr/dict/words | wc
  24. >
  25. >... to find how many words contain the letter 'e'.  You can do this for all
  26. >26 letters.  This is the results I got with a dictionary of 25144 words:
  27.  
  28. However, that is _not_ what was asked for.
  29.  
  30. Exercise for the reader: Identify two errors in the methodology.
  31.  
  32. Seth        sethb@fid.morgan.com
  33.