Polymorphic code: Difference between revisions

Content deleted Content added
those are not equations
Polymorphic encryption: Fixed minor typo
Tags: Mobile edit Mobile web edit
Line 49:
== Polymorphic encryption ==
 
Polymorphic code can be also used to generate encryption algorithmalgorithms. This code was generated by the online service StringEncrypt.<ref name="stringencrypt">[https://www.stringencrypt.com Wójcik, Bartosz (2015). ''String & File Encryption'']</ref> It takes the string or a file content and encrypts it with random encryption commands and generates polymorphic decryption code in one of the many supported programming languages:
<syntaxhighlight lang="cpp">
// encrypted with https://www.stringencrypt.com (v1.1.0) [C/C++]