Any cryptography text mentions that in brute force attack on Symmetric Algorithm there is 50 percent chance of finding the key after half of the attempt.
e.g. DES with 56 bit key would have 50% chance of finding the key after the first 255 attempts.
Why in a brute force attack against any symmetric encryption algorithm there is a 50% chance of finding the key after half of the attempts? What is the mathematical proof for it?