Blog

News and articles

How Regulated Industries can Easily Comply with Security Requirements

18 Dec, 2017 by MIRACL Blogger

<p><img src="./miracl-blog-compliance.png" alt="Compliance for Regulated Industries"></p> <p>Europe’s financial institutions are sleepwalking into a regulatory nightmare with security systems that are not fit for purpose to meet the requirements of the European Union’s revised Directive on Payment Services (PSD2), which was adopted in 2015. Member states have had two years to introduce the necessary changes in their national legislation in order to comply with the new rules, and firms are expected to be compliant by January 2018.</p>…

The Simple Commandments You Should Learn to Avoid Leaking Secrets

06 Dec, 2017 by Dr Michael Scott

<p><img src="./miracl-blog-leak.png" alt="Leaking secrets"></p> <p>Often a competent and experienced software engineer is tasked to implement a cryptographic algorithm. Unfortunately they may be unaware of what we call side-channels attacks.</p> <p>For example normally a programmer couldn’t care less about the power consumption profile of their running program. However in many situations where cryptography is deployed an attacker is in a position to monitor power consumption. And the power consumption profile may leak information about a secret cryptographic key. And power consumption is just one example of what we call a side-channel. A list of some of the side channels we need to worry about is given here - <a href="https://en.wikipedia.org/wiki/Side-channel_attack" target="_blank"><a href="https://en.wikipedia.org/wiki/Side-channel_attack" target="_blank">https://en.wikipedia.org/wiki/Side-channel_attack</a></a></p>…

Stop the Hackers: Here's How to Remove Your Password Database

30 Nov, 2017 by MIRACL Blogger

<p><strong>There are two key questions anyone associated with business and data need to ask themselves:</strong></p> <ol> <li><strong>Does our company still have a password database and, if so</strong></li> <li><strong>Why?</strong></li> </ol> <img src="./zero-knowledge-vs-passwords.jpg" alt="Zero Knowledge is more secure than passwords" width="994" height="559"> <p>The simple fact is that there is no reason for any company to have a password database anymore. It is now estimated that 81% of all hacking related breaches involve the use of stolen or weak credentials (<em>source: <a href="http://www.verizonenterprise.com/verizon-insights-lab/dbir/2017/" target="_blank">DIBR</a></em>). And we need to put this in the context of 8 billion authentication credentials having been stolen since 2013, with all that this implies for damage to a company’s business and brand reputation.</p>…

Post Quantum Identity Based Encryption

13 Nov, 2017 by Dr Michael Scott

<img src="./miracl-blog-iStock-680270994.jpg" alt="iStock-680270994.jpg" width="1199" height="899"> <p>In our last blog, <a href="/blog/post-quantum-cryptography-for-grandparents" target="_blank" title="Post Quantum Cryptography for Grandparents">“Post Quantum Cryptography for Grandparents”</a>, (which you really need to read first before reading this one) we pointed out that Post-Quantum cryptography as based on the Ring Learning with Errors (RLWE) problem, can actually be quite easy to understand, despite its rather terrifying terminology.</p> <p>Its based on this one-way function</p> <p><strong><em>B=As+e</em></strong></p> <p>Where <em>A</em> and <em>B</em> are “large” polynomials and <em>s</em> and <em>e</em> are “small” polynomials. Given <em>A</em> , <em>s</em> and <em>e</em> , its easy to calculate <em>B</em>, its just a multiplication followed by an addition. However given <em>B</em> and <em>A</em> , its very hard to calculate <em>s</em> and <em>e</em> . Even a quantum computer can’t do it. That’s why we call it one-way.</p>…

Experian Case Study

05 Oct, 2017 by MIRACL

<h4 id="experian-chooses-zero-knowledge-proof-to-power-its-product-for-govuk-verify">Experian chooses zero-knowledge proof to power its product for Gov.UK Verify.</h4> <p>To ensure that UK citizens using Gov.UK Verify have secure access to their online accounts, Experian is using distributed cryptography technology from MIRACL to provide highly secure authentication to millions of UK citizens.</p> <p>Experian is a certified identity assurance provider for GOV.UK Verify, the new way for UK citizens to use government services online like renewing your driving license or filling out your tax safely, securely and straightforwardly.</p>…

How to Explain Post Quantum Cryptography to Anyone

02 Oct, 2017 by Dr Michael Scott

<img src="./miracl-blog-iStock-495007435.jpg" alt="iStock-495007435.jpg"> <p>Its actually not as complicated as it sounds. Let’s get the maths over with first. Remember polynomials?</p> <p><strong>(x+1)(x+1)=x<sup>2</sup>+2x+1</strong></p> <p>This would be an example of two first degree polynomials being multiplied together to create a second degree polynomial (or quadratic). In general two <em>n</em>-th degree polynomials when multiplied together create a <em>2n</em>-th degree polynomial result. Polynomials can also be added</p> <p><strong>(3<em>x</em>+5)+(5<em>x</em>+6) = 8<em>x</em>+11</strong></p> <p>Don’t tell me that’s hard! For the polynomial 8<em>x</em>+11, the coefficients are 8 and 11.</p>…

First Hybrid, then fully Post Quantum

15 Aug, 2017 by Dr Michael Scott

<p><strong>As we are all aware we are on the cusp of a major revolution in the auto-mobile industry. In 20 years we will all be driving electric cars and the good old petrol engine will be something we visit in museums. Already governments are legislating, and auto makers are revamping their assembly lines, to be ready in good time.</strong></p> <p><img src="./miracl-blog-hybrid-car-2503566_1920.jpg" alt="Hybrid car"></p> <p>In the meantime the industry has introduced a slew of “hybrid” models, which have two engines, one petrol and one electrical. This is a perfectly rational holding position to take. It avoids putting all of the eggs in one basket, so if the new electric motor fails for any reason, the car still functions.</p>…

PSD2 - What Will Your Bank Do?

30 May, 2017 by MIRACL Blogger

<p><strong>In 2018, PSD2, the revised Payment Service Directive will be implemented which will change banking as we know it. Banks and payment services will be required to comply with new legislation which aims to improve innovation, reinforce consumer protection, and improve the security of internet payments and account access within the EU and EEA.</strong></p> <h3 id="what-is-psd2">What is PSD2?</h3> <p>The Payment Services Directive is an EU Directive, administered by the European Banking Authority to regulate payment services and providers. The directive’s purpose is to provide a level playing field by harmonising consumer protection as well as the rights and obligations of payment providers and users. The new requirements are designed to open access to banking customers, both consumers and businesses, through 3rd party providers and open APIs.</p>…

Bad Medicine - The Evolution of Computer Security

18 May, 2017 by Dr Michael Scott

<p><strong>It’s interesting to compare progress in Computer Security with progress in Medicine Science. Think of computing technology as being analogous to the human body, and under attack from multiple potentially damaging external forces. Of course we have for years talked about computer “viruses”, so the comparison is a natural one.</strong></p> <p><strong>So if we were to look at progress in medical science and progress in computer security, hoping to draw optimistic conclusions from the comparison, what would we find?</strong></p>…

Why Does Your Business Still Have This Cyber Security Risk?

03 May, 2017 by MIRACL Blogger

<p><strong>In today’s online world of increasing digital crime, internet fraud and database breaches, businesses are left with the growing worry about protecting their online commerce and customers.</strong></p> <h3 id="when-authentication-goes-bad">When authentication goes bad</h3> <p>For years, industry experts have warned that passwords do not provide strong enough security as a sole line of defense against the ever escalating cyber security threats designed to exploit vulnerabilities with stored authentication credentials.</p> <p>Usernames and passwords have proven time and again to be a weak solution for authentication, and the databases where they are stored are a hacker’s dream come true. It is increasingly easy for cyber criminals to gain access to a business’s or user’s private data such as personal details, banking or financial information, and then to use that data to commit fraud, whilst damaging the business’s reputation in the process.</p>…

Conditioning the Blockchain

25 Apr, 2017 by Dr Michael Scott

<p>As described in <a href="/blog/the-essence-of-the-blockchain" target="_blank">my last posting on the ‘Essence of the Blockchain’</a>, the block-chain is just a public ledger supported by the power of the cryptographic hash function.</p> <p>From a “genesis” block, a chain of blocks propagates onwards. Due to the one-wayness of the hash function, it can never be reversed and the contents of a prior block can never be changed. However we can add new blocks on to the end of it.</p>…

In Praise of the Humble PIN, Authentication that works for the Web.

19 Apr, 2017 by Dr Michael Scott

<p><strong>By which I mean the Personal Identification Number. Most days we use it in conjunction with our ATM card to perform relatively large value transactions. As such its a pretty proven way of authenticating ourselves. So if we already have the authentication problem solved, why don’t we use the same method when authenticating to services on the Web? Why do we persist with the much more inconvenient and insecure Username and Password combination, rather than a Card and PIN number type of solution?</strong></p>…