Polymorphic code: Difference between revisions

Content deleted Content added
Avigreen18 (talk | contribs)
Malicious code: Fixed grammar
Tags: Mobile edit Mobile app edit
Avigreen18 (talk | contribs)
Example: Added links
Tags: Mobile edit Mobile app edit
Line 18:
 
== Example ==
This example is not really a polymorphic code but will serve as an introduction to the world of encryption via the [[xor|XOR]] operator.
For example, in an algorithm using the variables A and B but not the variable C, there could be a large amount of code that changes C, and it would have no effect on the algorithm itself, allowing it to be changed endlessly and without heed as to what the final product will be.