Jump to content

Talk:Cover-coding

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rocqua (talk | contribs) at 15:02, 9 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Would this be an appropriate reference (though also a dicdef, and slightly obscure to non-computer experts)? Jackiespeel (talk) 10:49, 1 March 2020 (UTC)[reply]


The article states that: "Cover coding is secure if the tag signal can't be intercepted and the random number is not re-used.". This is only true if the random number is just as long as the message being sent. Otherwise you are effectively re-using a one-time pad. If you know the random number length of N, it is possible to know the XOR value of two bits that are length N apart. In general all attacks that apply to re-using a one-time pad also apply here.