Re: one time pad without xor

From: John Bailey (john_bailey_at_rochester.rr.com)
Date: 04/07/05


Date: Thu, 07 Apr 2005 12:19:02 GMT

On 4 Apr 2005 22:13:38 -0700, "Pius XI" <belleza_j@yahoo.com> wrote:

>I was wondering if using modular addition instead of exclusive-or to
>combine the key and plaintext in a stream cipher would be of any
>cryptographic significance.
SIGNIFICANCE is ambiguous in this context. As other replies
indicated, the general method you describe is well known. It is not
quite as clearly known but a bitwise simple OR logical function can be
used with a one time pad. In this case, the recovered plaintext (as a
stream of bits) is noisy but due to the perfect security of a one time
pad, enough redundancy can be used such that the originally intended
message may be recoverable. An example of this is explained at:
http://home.rochester.rr.com/jbxroads/interests/sci.crypt/graphic_otp/

In this case, the significance is the graphic otp allows recovering
the message with a simple overlay of transparencies, eliminating
dependence on software or automation.

John Bailey
http://home.rochester.rr.com/jbxroads/mailto.html



Relevant Pages

  • Re: Encrypting twice with the same key
    ... :]>In the overused example of the classic one time pad if the plaintext ... generated by a perfect real random generator - there's STILL a point to ... knowing the plaintext and recovering the key. ...
    (sci.crypt)
  • Re: Help me break this stupid cipher I just invented. :P
    ... Given some hash function H, producing n-bit long hashes, ... we first generate a string of n random bits. ... The advantage of this is that the plaintext has been XORed against ... all in recovering R or K or in decrypting other messages. ...
    (sci.crypt)
  • Re: Advantages of stream ciphers over block ciphers in CTR mode?
    ... just about whenever you use a stream cipher, you need a MAC too. ... Since a true stream cipher isn't affected by the plaintext it ... you have to inject the plaintext into the stream cipher. ...
    (sci.crypt)
  • Re: Algorithm Strength Scale
    ... plaintext has been recovered. ... I appear to have forgetten to include a definition of unicity distance. ... it's the minimum amount of ciphertext for which there exists only one ... it's about recovering the plaintext. ...
    (sci.crypt)
  • Re: Advantages of stream ciphers over block ciphers in CTR mode?
    ... >> There is no evidence at all that this is better. ... >just about whenever you use a stream cipher, you need a MAC too. ... you have to inject the plaintext into the stream cipher. ...
    (sci.crypt)