Polymorphic code: Difference between revisions

Content deleted Content added
m Cleaned an invisible newline character.
Yobot (talk | contribs)
m Polymorphic encryption: WP:CHECKWIKI error fixes using AWB (12020)
Line 43:
 
== Polymorphic encryption ==
Polymorphic code can be also used to generate encryption algorithm. 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:
<source lang="cpp">
// encrypted with https://www.stringencrypt.com (v1.1.0) [C/C++]