Which One Time Pad Cipher Would Be "Most Unbreakable" ?

  • Context: Undergrad 
  • Thread starter Thread starter Point Conception
  • Start date Start date
  • Tags Tags
    Time
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Point Conception
Gold Member
Messages
1,166
Reaction score
1,927
Which of the two One Time Pad formats would be most secure ? This one ; https://en.wikipedia.org/wiki/One-time_pad With modular addition or following double key format . Message --> Key -->Key --> Cipher Text
For the same message HELLO. ( Each letter in alphabet is randomly keyed to A --> Z Then again randomly keyed to cipher text. ( repeating message letters are given numbers in first key)
HELLO ------------ message
KWB9J-------------key1
PXNVG------------ key2/cipher text
 
Mathematics news on Phys.org
Since you're using a one-time pad, then it seems that they would be equivalent. One-time pads can't be broken by cryptographic methods since the base values are generated randomly.

However, should someone steal a copy of the one-time pad then the extra encryption would marginally protect the message but over time it would be susceptible to cryptographics methods.
 
For pure cryptographic strength they would be equivalent but for communications channel security an extra level of stream cipher encryption generated from another random key is usually added (superencipherment) to prevent message traffic analysis so there is a random data stream at all times when no OTP cipher text is sent.