home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / crypt / 2763 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  879 b 

  1. Path: sparky!uunet!decwrl!bu.edu!transfer!ellisun.sw.stratus.com!cme
  2. From: cme@ellisun.sw.stratus.com (Carl Ellison)
  3. Newsgroups: sci.crypt
  4. Subject: Better use of FTT
  5. Message-ID: <5197@transfer.stratus.com>
  6. Date: 28 Jul 92 19:53:20 GMT
  7. Sender: usenet@transfer.stratus.com
  8. Organization: Stratus Computer, Software Engineering
  9. Lines: 19
  10.  
  11.  
  12. If using the FTT I just posted to diffuse DES, it makes sense
  13. to do
  14.  
  15.     DES|FTT|FTT|FTT|DES|FTT|FTT|FTT|DES|FTT|FTT|FTT|DES|...
  16.  
  17. (or to modify FTT to do the equivalent of 3 rounds at once)
  18.  
  19. Eg...
  20.  
  21. > more foo
  22. 0000000011111111222222223333333344444444555555556666666677777777
  23. > ftt < foo | more
  24. 0404040404040404151515151515151526262626262626263737373737373737
  25. > ftt < foo | ftt | more
  26. 0246024602460246024602460246024613571357135713571357135713571357
  27. > ftt < foo | ftt | ftt | more
  28. 0123456701234567012345670123456701234567012345670123456701234567
  29. >
  30.