Menu
Sign In Search Podcasts Libraries Charts People & Topics Add Podcast API Blog Pricing

Dr. Nigel Edwards

๐Ÿ‘ค Speaker
102 total appearances

Appearances Over Time

Podcast Appearances

Technology Now
Is encryption enough to protect our data?

You won't notice it.

Technology Now
Is encryption enough to protect our data?

The foundation of confidential computing is something called a trusted execution environment.

Technology Now
Is encryption enough to protect our data?

When a trusted execution environment starts, the process enters a special state and measures that.

Technology Now
Is encryption enough to protect our data?

That measurement is signed by a private key that's known only to the processor.

Technology Now
Is encryption enough to protect our data?

That private key is certified by the vendor, and that measurement can be made available by the trusted execution environment

Technology Now
Is encryption enough to protect our data?

to an external entity, enabling them to do two things.

Technology Now
Is encryption enough to protect our data?

One is that very certification, silicon certification, gives you an assurance that that trusted execution environment is protected.

Technology Now
Is encryption enough to protect our data?

It's protected by data encryption and it's protected from system administrators manipulating the memory to compromise the workload.

Technology Now
Is encryption enough to protect our data?

The second thing it gives you is a measurement.

Technology Now
Is encryption enough to protect our data?

So that measurement can be passed to a service to verify that against an expected measurement.

Technology Now
Is encryption enough to protect our data?

So you know that actually that trusted execution environment is running the expected code.

Technology Now
Is encryption enough to protect our data?

then the paradigm would be to provide that trusted execution environment with a key from which it could load that data into memory, decrypt it and start to process it.

Technology Now
Is encryption enough to protect our data?

So for example, load the database into memory, decrypt the database and start processing the data on it.

Technology Now
Is encryption enough to protect our data?

Load the data and the AI model into memory, decrypt those and start using it.

Technology Now
Is encryption enough to protect our data?

Thank you.

Technology Now
Is encryption enough to protect our data?

The fundamental encryption algorithm that's used in confidential computing is AES.

Technology Now
Is encryption enough to protect our data?

So AES-256 is actually the standard algorithm that the American National Institute of Standards and Technology are advising and recommending for security against the quantum computer.

Technology Now
Is encryption enough to protect our data?

Today they are using algorithms which are thought to be vulnerable to a quantum computer, ECDSA, RSA.

Technology Now
Is encryption enough to protect our data?

Those need to be changed to the newer PQC algorithms, in particular MLDSA.

Technology Now
Is encryption enough to protect our data?

So future versions of silicon will switch to using MLDSA instead of RSA or ECDSA to sign measurements of trusted execution environments.