Skip to content

AlisaCodeDragon/example-techniques-obfuscation-encryption-xor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

XOR Example

XOR offers a simple but effective encryption technique

How to XOR a string of text:

In order to understand how to use XOR to obfuscate parts of an executable we will first look at a simple example of how to effective XOR a string of text so that we will be able to appy this simple technique to the overall harder problem that we are trying to accomplish. I will show this example using different languages for easy experimentation later on

Using Python

XOR string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%