home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / crypt / 2796 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.2 KB  |  32 lines

  1. Newsgroups: sci.crypt
  2. Path: sparky!uunet!gatech!taco!che17!Webbge
  3. From: Webbge@che17.ncsu.EDU (Greg Earl Webb)
  4. Subject: Padded Data
  5. Message-ID: <1992Jul31.153719.28374@ncsu.edu>
  6. Keywords: pascal crypt
  7. Sender: news@ncsu.edu (USENET News System)
  8. Reply-To: Webbge@che17.ncsu.EDU (Greg Earl Webb)
  9. Organization: North Carolina State University
  10. References:  <1992Jul31.135011.14195@dcs.glasgow.ac.uk>
  11. Date: Fri, 31 Jul 1992 15:37:19 GMT
  12. Lines: 18
  13.  
  14.  
  15. I've seen some interesting posts here recently, but I have yet to
  16. see the topic of padding data with garbage.  It seems to me that
  17. if you had an algorithm that would not only encrypt the data, but would
  18. also insert random data into the original data (without following
  19. a regular pattern) that it would be almost impossible for someone
  20. to tell what was real information and what was just junk.  Although
  21. the size of the document would increase, the difficulty in decrypting
  22. the message would also increase considerably.
  23.  
  24. The only problem I can see with this method is how do you insert data
  25. in a non-regular pattern and still have the ability to remove it later.
  26. Please comment on this type of procedure.  I'm sure people have thought
  27. on these lines before and would be interested in seeing what they have
  28. to say......
  29.  
  30.             Greg Webb
  31.  
  32.