![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/875d6fe9-de45-459a-bdf1-16a5c51cb6e7.png)
5·
11 months agoDon’t forget the confusing big bang/dinosaur bit in the middle of the movie that did nothing for the story nor had anything to do with it. I wished I walked out like many people did, I stayed hoping it would eventually make sense. I did not…
AES works with a shared key. This won’t work when you want to have an encrypted connection with a webshop (how would you get the key over there in a secure way?). For this you have asynchronous key algorithms such as RSA en ECDH. These algorithms can make a secure connection without anything preshared. Usually this is used to compute a shared key and then continue over AES. These asynchronous algorithms are at risk of being cracked with quantum computers.