TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A novel scheme for data encryption technique [pdf]

2 pointsby debugunitover 11 years ago

1 comment

valtronover 11 years ago
This <i>is</i> vulnerable to frequency analysis, though the paper says &quot;nope&quot;. If you encode each word separately, like they suggest, you can very easily do frequency analysis based on word frequency. If you don&#x27;t split up the blocks by words and use any other fixed-width blocking scheme, you can still do frequency analysis on blocks of that width.<p>The &quot;key&quot; isn&#x27;t a key because it&#x27;s sent with the message, and uses pretty much the same method for &quot;encryption&quot;, so the same problem applies. Given that there is no &quot;key&quot;, chosen-* attacks don&#x27;t even <i>make sense</i>. In cryptography you always assume the attacker knows the algorithm but not the key. The &quot;key&quot; is completely determined by the plaintext and algorithm.<p>I doubt this is a serious paper. Probably an assignment for an intro course that somehow got published. I mean, the description of the algorithm involves &quot;Data.txt&quot;...