Hacker News new | ask | show | jobs
by WALoeIII 5714 days ago
Can someone explain this statement: "remember that there's no point using AES-256 with a 1024-bit public key"

Why not?

1 comments

Because once the 1024-bit RSA is cracked, it doesn't matter how strong the symmetric algorithm is as you'll have its key. Analogy: a virtually uncrackable safe (AES-256) whose combination is written on a piece of paper that's stuck in a box protected by a weak padlock (1024-bit RSA).