Wednesday, December 18, 2024
HomeNew PostHow Homomorphic Encryption Allows For The Analysis of Concealed Data

How Homomorphic Encryption Allows For The Analysis of Concealed Data

Published on

SIEM as a Service

To many, analysing and computing encrypted data is considered the summit of the security mountain. But the question as to whether it is actually possible continues to linger. After all, how is it possible to compute or analyse inputs which are hidden through encryption? Information that cannot be seen, let alone read isn’t likely to produce a useful outcome.

Like a man with no ability to navigate setting sail for another country, analysing concealed and encrypted data seems like a problem that is impossible to solve. How could anyone, if they are an expert or even an incredibly powerful computer, understand information that cannot be observed? Well, there’s one specific cryptography trick that might be able to do just that.

Being able to analyse and compute encrypted data brings to light many new security applications. As far as security and privacy concerns go, if we can maintain a level of encryption over data as it’s being used, there is far less to worry about. It may go so far as to even make tools such as VPNs redundant.

- Advertisement - SIEM as a Service

Believe it or not, there are actually many different tools for analysing encrypted data – each with its own strengths and weaknesses. In this post, we’re going to focus on one in particular:  Fully Homomorphic Encryption.

What is Encryption?

Before we dive straight into what exactly entails fully homomorphic encryption, it is important to give a complete description of how encryption is defined. 

First and foremost, you absolutely need to take tight security measures – such as securing your data behind two-factor authentication and following password best practices. Most good password management applications create those passwords for you and then rotate them out with other strong passwords regularly. You can also take online courses or ‘bootcamps’ on coding, development, and software engineering to learn about secure practices for concealing data on your website as well. Most courses take only a few weeks to complete and can be taken at your own pace. 

However, encryption is an important security concept to understand. Generally, an encryption scheme is denoted by two essential algorithms – encrypt and decrypt. 

The process is as follows:

For the encrypted side, you are given a private key alongside a plain text message. A cipher-text comes with it, but for now, nothing is revealed about the message. For the decrypt side, you are given a private key alongside a cipher-text that allows you to read the original plain text message. 

A good example of this would be WhatsApp, which encrypts the message on the sender’s side, and then decrypts it on the recipient’s side so that only the two conversation participants can read it. Without the unique keys generated on each side, nothing can be read by a third party attempting to intercept the message in transit. 

Such encryption is used in many different forms of communication and data transfer. This is naturally important if what you’re sending is confidential or includes sensitive payment information – where a data breach could lead to a huge loss in customer confidence or financial loss.

Fully Homomorphic Encryption

While it has become widespread in technologies like messaging and SSL certificates, it remains to be seen whether actual, workable encrypted data will become commonplace.

In basic terms, a full encryption keeps our data hidden by allowing it to appear completely useless and unintelligible to anyone without the private decryption key. That is because, without the key, the data is exactly that – useless and unintelligible. 

One weakness of classical encryption, however, is that analysing or computing the data does not affect the cipher-text while it is in the cipher-text-space, certainly not in the same way plaintext is affected. However, if the encryption does allow cipher-text to be analysed, we would call this homomorphic.

Let’s take an example. If you have two separate pieces of data that read as two separate values (i.e. a and b) and then using homomorphic encryption, you would get two new encrypted values (i.e. ea and eb) that would affect how those values could be computed or analysed. If, for example, you wanted to add them, then the sum of the two would be the result of the two original sums but encrypted as a new one (i.e. a + b = ec).

Confused? It gets even more complicated. Generally speaking, taking data from a plaintext space across to an encrypted space can involve multiple operations. In Paillier, the most common crypto system, attempting to multiply cipher-texts when they are in an encrypted space will lead to the underlying plaintext values being added together.

For an example of a somewhat homographic encryption system, you could do worse than look at Paillier. It’s a crypto system that allows for analysis and summation across encrypted data. Therefore, while it is not a completely homographic system, it is still an effective, albeit partial one. 

In order to achieve a fully homographic system, you would need to find encryption that can both add and multiply on the cipher-texts as it reads them. With these two complete operations as your foundation, you would be able to undertake any other computational tasks. Such an achievement would be a huge step forward for healthy encryption. In a world where encryption is being used to conceal malicious cybercrime, this would be an enormous step forward.

Ultimately, lacking encryption is one of the easiest ways to expose yourself to the more common and rampant kinds of network vulnerabilities, such as XSS attacks, misconfigured firewalls, broken authentication, data leaks, and SQL injections. On the other hand, adoption of homographic encryption protocols by NoSQL databases has enabled them to stay secure while scaling up to deal with big, unstructured data – the likes of which is used by Facebook, Amazon, and other major denizens of the cloud.

Conclusion

From all this, it would seem that achieving full homomorphic encryption would be far from impossible. And while this is true, it is still something we are far from achieving. But, like the problem at the heart of true AI, homomorphic encryption remains a riddle that is yet to be solved, and it doesn’t look like it will be solved any time soon.

We can only hope that pioneers continue to push the technology, however, as it remains an incredible tool and ambition for those seeking secure activity everywhere.

Latest articles

CISA Releases Secure Practices for Microsoft 365 Cloud Services

The Cybersecurity and Infrastructure Security Agency (CISA) has issued Binding Operational Directive (BOD) 25-01:...

Cyber Criminals Exploit Windows Management Console to Deliver Backdoor Payloads

A recent campaign dubbed FLUX#CONSOLE has come to light, leveraging Microsoft Common Console Document (.MSC) files...

Texas Tech Systems Breach, Hackers Accessed System Folders & Files

The Texas Tech University Health Sciences Center (TTUHSC) and Texas Tech University Health Sciences...

Beware of Malicious Ads on Captcha Pages that Deliver Password Stealers

Malicious actors have taken cybercrime to new heights by exploiting captcha verification pages, a...

API Security Webinar

72 Hours to Audit-Ready API Security

APIs present a unique challenge in this landscape, as risk assessment and mitigation are often hindered by incomplete API inventories and insufficient documentation.

Join Vivek Gopalan, VP of Products at Indusface, in this insightful webinar as he unveils a practical framework for discovering, assessing, and addressing open API vulnerabilities within just 72 hours.

Discussion points

API Discovery: Techniques to identify and map your public APIs comprehensively.
Vulnerability Scanning: Best practices for API vulnerability analysis and penetration testing.
Clean Reporting: Steps to generate a clean, audit-ready vulnerability report within 72 hours.

More like this

Shut Down Phishing Attacks -Detection & Prevention Checklist

In today's interconnected world, where digital communication and transactions dominate, phishing attacks have become...

10 Best DNS Management Tools – 2025

Best DNS Management Tools play a crucial role in efficiently managing domain names and...

10 Best Linux Distributions In 2024

The Linux Distros is generally acknowledged as the third of the holy triplet of...