xor-encoder
There are 8 repositories under xor-encoder topic.
compilepeace/SHELLCODING_INTEL_x86-64
Repository contains shellcodes made from scratch for intel x86-64 bit Architecture
nicolascarlino/XOR-Obfuscator
XOR Obfuscator for strings
Maslinin/XOR-FileEncryptor
File Encryptor using XOR
Wittline/Contextual-Data-Transforms
This repository contain the most important contextual data transformation algorithms which help to improve the rate compression reached by statistical encoders. Ramses Alexander Coraspe Valdez
jstigerwalt/SLAE
SecurityTube Linux Assembly Expert
s4ayub/tempo
A data structure for efficient in-memory storage of time-series data; inspired by Facebook's Gorilla DB :hourglass_flowing_sand:
DanielArian/PHP-non-alpha-encoder
Encode alpha string (a-zA-Z`) using XOR to bypass PHP condition such as if(!preg_match('/[a-zA-Z`]/', "yourPayload")
salvioner/simple-constant-obfuscator
A simple demo of the XOR masking techinque for constant obfuscation.