Meet-in-the-Middle Attack


Meet-in-the-middle attack is a variant of brute-force attack, which drastically reduces the effort to perform a brute force attack.

  • it is a compromise between memory space and computation time
  • e.g. a brute force attack that requires time can be reduced to time and memory space
  • no similarity to Man-in-the-Middle Attack (On-Path)