home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / crypt / 4388 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1000 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!orfeo.Eng.Sun.COM!silber
  2. From: silber@orfeo.Eng.Sun.COM (Eric Silber)
  3. Newsgroups: sci.crypt
  4. Subject: A new encryption problem?
  5. Date: 6 Nov 1992 02:38:10 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 19
  8. Message-ID: <lfjmkiINNa74@exodus.Eng.Sun.COM>
  9. NNTP-Posting-Host: orfeo
  10.  
  11.  PROBLEM:
  12.     create a secure encryption algorithm which has the following
  13.     characteristics:
  14.  
  15.     Let 'p' be the plain text.
  16.     Let 'E' be the encryption transformation.
  17.     Let 'c' be the cipher text.
  18.  
  19.     Require: (for-all p)( (c=E(p)) is a text which appears to be
  20.                                    a plaintext)
  21.  
  22.     That is, the ciphertext does not appear to be a cipher text.
  23.  
  24.     Also, there are no auxillary indices or auxillary data of any kind.
  25.  
  26.     (not being a cryptologist, i'm sure this is not a new problem,
  27.      i just haven't heard of such a tool as the 'E' i'm speculating 
  28.     about here)
  29.  
  30.