From Wikipedia, the free encyclopedia.
In computer science (or more likely, in computer underground terminology) alphanumeric code is machine code that is written so that is assembles into entierly readable ASCII-letters such as "a"-"z", "A"-"Z", "1"-"9", "#", "!", "@", and so on.
This is possible to do with a (very) good understanding of the assembly language for the specific computer that the code is intended for.
This code is used by crackerss with the intent of fooling applications, such as Web forms, into accepting code used for exploits. Typically, such exploits involve buffer overflows.

