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.

The SIMON and SPECK Families of Lightweight Block Ciphers

46 pointsby sweisalmost 12 years ago

6 comments

oleganzaalmost 12 years ago
Recent events raised never ending question of &quot;could the government place a backdoor in DES&#x2F;AES&#x2F;SHA&#x2F;etc.?&quot;<p>My personal perception (based on available evidence) is that government crypto is as strong as possible, but is weakened where needed via policies. A decade ago during crypto export limitation, there were no backdoors, but a <i>policy</i>: you may export only keys <i>that long</i> [so we can bruteforce them cheaper].<p>Another example: SSL is technically secure, but its biggest weakness is trust in a limited list of certificate authorities (CAs) like VeriSign. Then, there is <i>policy</i> that certificate authorities should give up their private keys when FBI&#x2F;CIA asks for them.<p>Another example: you may encrypt your files, but must give away your password to a court.<p>Also, it makes sense economically. Government people need strong crypto like everyone else and the best way to test and verify it is by opening it up and deploying as widely as possible. So mistakes are noticed sooner than later. Then, people with guns will make sure you give up your secrets when they need you to.<p>I believe crypto systems are alright. It is policies and violent coercion we should be afraid of.
评论 #5915026 未加载
评论 #5916184 未加载
评论 #5917904 未加载
评论 #5916212 未加载
评论 #5915544 未加载
dfcalmost 12 years ago
For a more accessible introduction to SIMON and SPECK take a look at this IETF mailing list message[1] especially the video with introduction by the NSA developers:<p><i>&quot;Today at the MIT Media Lab Legal Hack-a-thon on Identity we had a great presentation from a couple of designers from the NSA regarding their new lightweight ciphers called SIMON and SPECK. These ciphers are designed for low-power limited gate devices (such as RFID and similar devices).<p>The MIT Media Lab Hack-a-thon page is here: <a href="http:&#x2F;&#x2F;iauth.org" rel="nofollow">http:&#x2F;&#x2F;iauth.org</a><p>The NSA presentation is here (You Tube): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vtyo4nWGBwk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vtyo4nWGBwk</a><p>Their paper (PDF) is here: <a href="http:&#x2F;&#x2F;iauth.org&#x2F;legal-hack-a-thon&#x2F;simonspeckperformance-2&#x2F;" rel="nofollow">http:&#x2F;&#x2F;iauth.org&#x2F;legal-hack-a-thon&#x2F;simonspeckperformance-2&#x2F;</a> &quot;</i><p>Note: I changed the youtube video from a tinyurl link to the actual link. If you want to tell tinyurl that you visited the youtube video click here: <a href="http:&#x2F;&#x2F;tinyurl.com&#x2F;bf6fbju" rel="nofollow">http:&#x2F;&#x2F;tinyurl.com&#x2F;bf6fbju</a><p>[1] <a href="https:&#x2F;&#x2F;www.ietf.org&#x2F;mail-archive&#x2F;web&#x2F;cfrg&#x2F;current&#x2F;msg03274.html" rel="nofollow">https:&#x2F;&#x2F;www.ietf.org&#x2F;mail-archive&#x2F;web&#x2F;cfrg&#x2F;current&#x2F;msg03274....</a>
andrewcookealmost 12 years ago
is it unusual to use &quot;bitwise and&quot; inside the feistel function? i thought that normally xor or modular addition or shifts or permutations (nx1 s-boxes) were used, which keep all the information (in some sense). &quot;bitwise and&quot; isn&#x27;t like that (i don&#x27;t have the right word for this distinction, sorry. maybe &quot;invertible&quot; is the word?) but is used here. anyone know why? or is this a distinction i&#x27;ve invented that has no basis in fact?<p>obviously it doesn&#x27;t matter (decryption still works) as long as it&#x27;s inside the feistel function itself. so i guess maybe i am just muddling that with how things must be outside that?
评论 #5915963 未加载
评论 #5916925 未加载
jlgrecoalmost 12 years ago
What are some other examples of &quot;lightweight&quot; block ciphers? Is AES considered lightweight, or are these far &quot;lighter&quot;?
评论 #5914866 未加载
评论 #5914687 未加载
评论 #5915509 未加载
csensealmost 12 years ago
It&#x27;s ironic that the PDF download is called 404.pdf. When I saw the name, I thought the link was broken and their error page was a PDF.
评论 #5914683 未加载
vertisalmost 12 years ago
I must be paranoid now. My first reaction was &quot;It&#x27;s a trap!&quot;.
评论 #5914626 未加载
评论 #5914635 未加载
评论 #5914649 未加载