-2

Is AES practically unbreakable? Is brute force attack practical on AES?

1 Answers1

1

A brute force attack on a randomly chosen AES key is impractical for the foreseeable future. With quantum computing some experts expect that a 128-bit key could be broken in our lifetime, but not a 256-bit key.

That said, plenty of systems using AES have been broken--using a secure block cipher does not magically make your system secure.

Patriot
  • 3,132
  • 3
  • 18
  • 65
Meir Maor
  • 11,835
  • 1
  • 23
  • 54