{"id":32520,"date":"2017-07-13T22:41:10","date_gmt":"2017-07-14T02:41:10","guid":{"rendered":"http:\/\/www.opensource.im\/uncategorized\/encryption-keys-too-predictable-warn-security-researchers-computerweekly-com.php"},"modified":"2017-07-13T22:41:10","modified_gmt":"2017-07-14T02:41:10","slug":"encryption-keys-too-predictable-warn-security-researchers-computerweekly-com","status":"publish","type":"post","link":"https:\/\/euvolution.com\/open-source-convergence\/encryption\/encryption-keys-too-predictable-warn-security-researchers-computerweekly-com.php","title":{"rendered":"Encryption keys too predictable, warn security researchers &#8211; ComputerWeekly.com"},"content":{"rendered":"<p><p>    Researchers at Los    Alamos National Laboratory (LANL) have found that most    random number generators used for encryption keys are not truly    random.  <\/p>\n<p>        It is not just western countries such as the US and the UK        that are being targeted by hackers, as the rapidly        developed and wealthy nations of the Middle East become        targets of both politically and financially driven attacks.        Discover how cyber security expertise can help businesses        in the Middle East navigate digital transformations and        keep cyber criminals at bay.      <\/p>\n<p>            By submitting your personal information, you agree that            TechTarget and its partners may contact you regarding            relevant content, products and special offers.          <\/p>\n<p>              You also agree that your personal information may be              transferred and processed in the United States, and              that you have read and agree to the Terms of Use and the Privacy Policy.            <\/p>\n<p>    They found that encryption    keys    are potentially predictable because software-based random    number generators  typically part of the operating system     have a limited capacity.  <\/p>\n<p>    This is because the software typically depends on capturing    signals or events from the physical world, such as mouse    movements, hard drive activity and network traffic, to increase    the level of randomness.   <\/p>\n<p>    But because these sources are finite, software-generated    encryption keys are not truly random, and could be predicted by    attackers. But few organisations are aware of these    shortcomings because there is no mechanism for certifying the    quality of random number generators.  <\/p>\n<p>    To address this problem, the quantum security team at LANL    spent a decade developing and perfecting the ability to deliver    pure entropy     the foundation of randomness  using quantum    technology.  <\/p>\n<p>    Quantum random number generation is widely regarded as one of    the most mature quantum technologies and the inherent    randomness at the core of quantum    mechanics makes quantum systems a perfect source of    entropy. Therefore, only pure quantum entropy is considered to    be capable of enabling the generation of truly random numbers    for creating cryptographic keys that are impossible to predict.  <\/p>\n<p>    This capability to generate truly random numbers has been made    commercially available through a spin-off firm named Whitewood in reference    to Thomas    Jeffersons wheel cipher, that was made using discs cut    from a cylinder of white wood.  <\/p>\n<p>    Whitewood is a subsidiary of Allied Minds, which licenses    technology from universities and research labs and then sets up    companies to commercialise those technologies and take them to    market.  <\/p>\n<p>    In June 2017, Whitewood made this capability available as a    free cloud-based service for servers, desktops and laptops    running on the Microsoft Windows operating system.  <\/p>\n<p>    The service is based on the Whitewood Entropy Engine, which    uses the core technology developed by LANL and is designed to    strengthen cryptographic security systems in traditional    datacentres, virtual cloud environments and embedded systems,    including internet of things (IoT)    devices, where encryption is used increasingly for    authentication and assurance of integrity and confidentiality.  <\/p>\n<p>    The use of crypto tools such as encryption have become    ubiquitous in modern IT environments and play a critical role    in emerging technologies such as blockchain    and bitcoin    services and in helping organisations to comply with the        EUs General Data Protection Regulation (GDPR).  <\/p>\n<p>    Encryption is viewed by many organisations as a get out jail    card because if they can demonstrate that data was encrypted,    they dont have to disclose that they lost it, said Richard    Moulds, general manager of Whitewood.  <\/p>\n<p>    And in the payments world, there are some cost saving benefits    because if you encrypt credit card numbers, that database is    out of scope in terms of PCI DSS [payment    card industry data security standard] assessments.  <\/p>\n<p>    According to Moulds, PCI DSS is ahead of the GDPR in terms of    encryption requirements, so perfect random number generation is    likely to become increasingly important for the retail    industry, while it is already an area of great interest for    banks, the financial services industry and the military.  <\/p>\n<p>    The free netRandom service for Windows is part of a broader    product portfolio from Whitewood that includes support for    Linux as well as on-premise entropy management systems with    granular reporting functionality and quantum random number    generators (QRNGs) for organisations that prefer to deploy    their own dedicated or private security infrastructure.  <\/p>\n<p>    The free service delivers on-demand, quantum entropy from a    cloud-based server over standard IP networks to continuously    re-seed existing random number generators to make them work    properly. Just as the     network time protocol drip-feeds time synchronisation to    devices, the Whitewood drip-feeds entropy into devices as a    background service.   <\/p>\n<p>    Random number generation is critical for security, but is    often poorly understood and is a point of attack and    vulnerability  highlighted by the SANS Institute as one of the    seven most dangerous attacks for 2017, said Moulds.  <\/p>\n<p>    The growing widespread use of cryptography raises the bar for    randomness, making the current best-effort approaches to    random number generation no longer sufficient.  <\/p>\n<p>    In some ways, this is a dirty little secret in the crypto    industry, and although it is a problem that is almost    universal, almost nobody has thought about it. People tend to    worry about where and how encryption keys are stored, who has    access to the keys, and who is able to revoke a key, but few    people think about where those keys come from or about how    random they are.  <\/p>\n<p>    Underlining the problem, researchers at the University of    Pennsylvania found in a 2012 study that 0.75%    of     TLS certificates shared keys because of insufficient    entropy during key generation, and that they were able to    obtain the private keys for 0.50% of TLS hosts and 0.03% of    SSH    hosts because their public keys shared non-trivial common    factors due to poor randomness.  <\/p>\n<p>    According to Moulds, new data protection and privacy regulation    such as GDPR raise the bar for randomness even further as    organisations seek to use strong encryption, both to protect    data from theft by making it unintelligible and to potentially    avoid data breach disclosure obligations.  <\/p>\n<p>    The rapid growth of the IoT is also focusing attention on    crypto security as a means of ensuring correct operation and    trustworthiness of safety-critical devices and systems such as    drones, driverless cars and smart grid infrastructure, he said.  <\/p>\n<p>    Cryptographic keys can be compromised through theft or    calculated guesswork, said Moulds. There is a constant race    to keep ahead of the attackers who can exploit ever-faster    processing resources to break traditional random number and key    generation methods and crypto algorithms  a capability that    will get a further boost with the availability of quantum    computers.  <\/p>\n<p>    The trend towards virtualisation, containers and distributed    environments compounds the problem by abstracting applications    from the physical world and the entropy within it, he said.  <\/p>\n<p>    In the virtual world running on shared hardware with dynamic    replication, there can be little or no real entropy, increasing    the risk of entropy starvation and making it virtually    impossible to guarantee the quality of key generation and    system security without entropy from a trusted source, said    Moulds.  <\/p>\n<p>    For this reason, Whitewood is able to deliver entropy not only    to physical machines, but also to virtual machines, containers    and IoT devices. Whatever random generators developers use,    they will work correctly because they are being seeded or    shuffled so frequently, said Moulds.  <\/p>\n<p>    Whitewood has solved three problems, he said: How to generate    good entropy fast so there is enough to supply thousands of    virtual machines; how to deliver it securely over a network;    and we plugged it into the operating system so we are not    forcing application developers to adopt a different random    number generator because we are enabling existing random number    generators in Windows and Linux to work better.  <\/p>\n<p><!-- Auto Generated --><\/p>\n<p>Continued here:<br \/>\n<a target=\"_blank\" href=\"http:\/\/www.computerweekly.com\/news\/450422629\/Encryption-keys-too-predictable-warn-security-researchers\" title=\"Encryption keys too predictable, warn security researchers - ComputerWeekly.com\">Encryption keys too predictable, warn security researchers - ComputerWeekly.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p> Researchers at Los Alamos National Laboratory (LANL) have found that most random number generators used for encryption keys are not truly random. It is not just western countries such as the US and the UK that are being targeted by hackers, as the rapidly developed and wealthy nations of the Middle East become targets of both politically and financially driven attacks. Discover how cyber security expertise can help businesses in the Middle East navigate digital transformations and keep cyber criminals at bay. <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[],"class_list":["post-32520","post","type-post","status-publish","format-standard","hentry","category-encryption"],"_links":{"self":[{"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/posts\/32520"}],"collection":[{"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/comments?post=32520"}],"version-history":[{"count":0,"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/posts\/32520\/revisions"}],"wp:attachment":[{"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/media?parent=32520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/categories?post=32520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/euvolution.com\/open-source-convergence\/wp-json\/wp\/v2\/tags?post=32520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}