"Dragonrider1227" wrote:If he's the most advanced robot ever, I imagine he'd have a pretty darn good Virus shield program in him XD
The most advanced systems might be vulnerable to trivial attacks.
As an example, the library
Open SSL, which is basically a highly secure system to crypt data, and is instrumental for secure connections, has recently been discovered vulnerable to simple
brute-force attack because of an insignificant flaw in an small internal function. This flaw was caused by a single line being
commented out for no known reason. To avoid being technical, I will simply say that the number of possible keys that the library could generate was about 65536, while it should have been numbered far beyond the billions. This could allow an attacker to try those 65536 possible keys, which amounts to at worst a few days of computation for a low-level computer. With the correct number of keys, the time needed to guess the correct one would be in the thousands of years. The trick is to know the actual 65536 keys, as they might vary from computers to computers, but this still was a serious flaw.