Hacker News new | ask | show | jobs
by LandR 1472 days ago
Only really asymmetric crypto.

Symmetric crypto you can increase the key size. e.g. AES128 would be insecure (as it would drop to 64bits of security), but AES256 wouldn't (it would still provide 128 bits of security).

I believe there is also quantum resistant asymmetric crypto schemes too (lattice based schemes) ?