Re: Does OTP need authentication?

From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 12/14/03


Date: Sat, 13 Dec 2003 23:33:35 GMT


"David Wagner" <daw@taverner.cs.berkeley.edu> wrote in message
news:brg7d6$1uqv$2@agate.berkeley.edu...
> Markus Jansson wrote:
> >Make a SHA-1 checksum of the data and store it at the end of the message
> >that is to be encrypted with OTP. Then recipient decrypts the message,
> >calculates the checksum and compares it to the checksum that came inside
> >the message and see if they are identical. Voila!
>
> Only one problem: it's not secure.
>
> (Think about known-plaintext attacks, for instance.)

Um? So you will know the hash? So what? You can't find a collision for
that pre-image you can impostor the message.

Tom



Relevant Pages

  • Re: Checksums and file sizes
    ... >> usually look at the output and manually decide what to fix. ... >> Do you want to fix the checksum list or the files? ... `custom -V strict` compares your system's _modified_ files to the ... `custom -V thorough` is the command you're looking for. ...
    (comp.unix.sco.misc)
  • Re: cp with verify?
    ... Michael Tosch wrote: ... checksum differed it would rewrite the block (at least I believe it ... end-users to do a "verify" on the file or batches of files copied. ... cmp compares two files. ...
    (comp.unix.admin)
  • Re: amd64 sata_nv (massive) memory corruption
    ... new device mapper module computes a checksum and stores ... compares to the stored value. ... I assume that a device mapper can alter the number ... the encrypting dm has to store meta-information ...
    (Linux-Kernel)
  • Re: Mulitple users accessing same record - how to work out
    ... multiple users at a time. ... You could create a checksum of the original data and store this as a hidden ... field in the form so when the user posts the changes back it compares the ...
    (microsoft.public.inetserver.asp.db)
  • Re: Does OTP need authentication?
    ... >> message that is to be encrypted with OTP. ... calculates the checksum and compares it to the checksum that ... > super-powerful attacks that can break any cryptographic algorithm. ... > message in a way that keeps the SHA-1 checksum intact. ...
    (sci.crypt)