home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / CJ.ZIP / CJ.TX4 < prev    next >
Internet Message Format  |  1995-02-04  |  2KB

  1. From inferno.mpx.com.au!metro!munnari.oz.au!spool.mu.edu!uwm.edu!news.moneng.mei.com!sol.ctr.columbia.edu!hamblin.math.byu.edu!bert.cs.byu.edu!jeremys Sat Feb  4 12:42:38 1995
  2. Path: inferno.mpx.com.au!metro!munnari.oz.au!spool.mu.edu!uwm.edu!news.moneng.mei.com!sol.ctr.columbia.edu!hamblin.math.byu.edu!bert.cs.byu.edu!jeremys
  3. From: jeremys@bert.cs.byu.edu (Jeremy Stallard)
  4. Newsgroups: alt.2600
  5. Subject: Re: CrackerJack...
  6. Date: 27 Jan 95 17:11:46 GMT
  7. Organization: Brigham Young University
  8. Lines: 31
  9. Message-ID: <jeremys.791226706@bert.cs.byu.edu>
  10. References: <2600.EFAA@estate.wa.com> <3g9rja$a0d@newsbf02.news.aol.com>
  11. NNTP-Posting-Host: bert.cs.byu.edu
  12.  
  13. zzzap@aol.com (Zzzap) writes:
  14.  
  15. >CJ can be found at ftp.clark.net /pub/jcase (since half of the people,
  16. >including me, cannot reach netcom /pub/da...)
  17. >to answer someones questions about aaa,aab,aac... it seems the better
  18. >solution would be to write a small program that would sequentially
  19. >generate the desired combinations, giving it a max value of 8 or
  20. >something, saving each word into a file. There you would have an
  21. >automatically generated wordlist to encrypt. Now, programmers, how about
  22. >whipping one up and sticking it in an ftp site??? hehehe
  23. >zzzap
  24.  
  25.  
  26. Correct me if I'm wrong, but if we assume letters only in the generators
  27. using this method, aren't there roughly 26! * 26! * 26! * 26! * 26! *
  28. 26! * 26! * 26! different combinations (which would equal gigabytes of
  29. memory used?).  Then through in the numbers also and you have 36! on
  30. each one.  Use upper and lower case and it's 52!, upper and lower case +
  31. numbers and signs above numbers = 72!^8, throw in ctrl-characters,
  32. +,=,|, etc and you've got a file that not too many systems can handle.
  33. Now if you hard coded it to generate the numbers sequentially, then
  34. check it against the possibilities without writing it to a file, it
  35. would still take forever, but it approaches possible limits.
  36.  
  37. -- 
  38. --------------------------------------------------------------------
  39.        ,    ,
  40.       ("\''/").___..--''"`-._
  41.       `9_ 9  )   `-.  (     ).`-.__.`)          Jeremy Stallard 
  42.  
  43.