element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Internet of Things
  • Technologies
  • More
Internet of Things
Forum Data Encryption: Is Security a major threat for Internet of Things?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Internet of Things to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 511 subscribers
  • Views 530 views
  • Users 0 members are here
  • freescaledocs
  • cryptography
  • security
  • freescale
  • aes
  • iot
  • encryption
Related

Data Encryption: Is Security a major threat for Internet of Things?

MAb
MAb over 11 years ago

EE Times published 130 stories and blogs in 2013 about Internet of Things. About one every other work day. Fifty of those stories got more than 2,000 views each, the top 20 got at least 5,000, and the top 10 were each viewed 10,000 times or more. Interesting.

 

But even more interesting, the most viewed IoT story of the year from EE Times revealed that readers are curious primarily about insecurity. Mohit Arora, a security architect at Freescale, posted an article with the provocative title How Secure Is AES Against Brute Force Attacks? This article was read 29,589 times!


In this article, Mohit explains what means Advanced Encryption Standard (AES) and why it is a pretty secure standard despite some of the inherent flaws. Do we need 256-bit AES encryption or 128-bit AES is enough and why?


It's educational and quite easy to understand even for non experts.


Read the article here


aes_security_fig1.jpg

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    Former Member over 11 years ago

    This misses the point. Whether the encryption algorithm itself is secure is mostly irrelevant these days due to side channel attacks that can recover the private keys relatively easily.  Why bother brute force cracking the encryption when you can just use the private keys themselves ?

     

    Here's a recent example CVE -CVE-2013-4576  & the actual paper Acoustic cryptanalysis

     

    Here's a another that really should be quite terrifying in these days of 'everything to the cloud'  Full Disclosure: Flush+Reload: a High Resolution, Low Noise, L3 Cache Side-Channel Attack

     

    Readers really should be interested in insecurity.  Mainly in just how insecure their 'trusted' vendors are making their private personal details even when supposedly securely encrypted.  Having a false sense of security could end up being the worst thing, if you're complacent because you think the algorithm is good you may never be looking for the signs that the attacker already has your keys and all of your data. Until it's too late.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 11 years ago in reply to Former Member

    I think security protocols need to be taught somehow as part of education at a certain age, otherwise people go on to develop or use IoT apps with (say) trying to get around Oauth for twitter,

    plain-text to control home applications, etc.

    Also, some people re-invent things and no-one questions it. e.g. why are strings of characters (a certificate I presume) needed to be sent via e-mail, which means people will

    just shave a few seconds copying-and-pasting and instead and just send the unencrypted file using e-mail.

    A lot of services mention security but it's often not clear if it is home-grown procedure which some developer thinks is secure but really isn't, or something that at least is understood

    like TLS. Not saying that is secure, for the (worrying) reasons you mention.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 11 years ago in reply to Former Member

    I think security protocols need to be taught somehow as part of education at a certain age, otherwise people go on to develop or use IoT apps with (say) trying to get around Oauth for twitter,

    plain-text to control home applications, etc.

    Also, some people re-invent things and no-one questions it. e.g. why are strings of characters (a certificate I presume) needed to be sent via e-mail, which means people will

    just shave a few seconds copying-and-pasting and instead and just send the unencrypted file using e-mail.

    A lot of services mention security but it's often not clear if it is home-grown procedure which some developer thinks is secure but really isn't, or something that at least is understood

    like TLS. Not saying that is secure, for the (worrying) reasons you mention.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Former Member
    Former Member over 11 years ago in reply to shabaz

    There are various well understood algorithms that are secure enough today. Whether they are vulnerable to brute force attacks tomorrow is anyones guess.

    Two things have been shown to be true:

    1. Statistical analysis can reveal weaknesses in an algorithm that mean you don't need to brute force the entire keyspace. WEP is the classical example here that turned out to be trivial to break.
    2. Your private keys are not secure, side channel vectors make them far too easy to recover, which makes the quality of the encryption algorithm irrelevant.

     

    Things you mention like sending keys in plaintext via email should be raising red flags everywhere, but ultimately just show that people either don't understand, or don't care.

    Security comes at a cost. There's some level of inconvenience to the user that's necessary to make it work and users simply don't like being inconvenienced.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube