Pinned Repositories
Control-Flow-Flattening-POC
Control flow flattening is an advanced obfuscation technique that makes the execution path of scripts more complex and harder to analyze.
Opaque-Predicates-PoC
This project is a proof-of-concept (PoC) demonstrating the use of opaque predicates in Go. Opaque predicates are conditions that are constructed to always evaluate to true or false, but their true nature isn't immediately obvious. This technique is used to obfuscate code and make static and dynamic analysis more challenging.
PowerShell-Obufscator
Simple, but powerful powershell obufscator made in golang.
Vigenere-Cipher-to-Store-a-Password
The Vigenère cipher is a classic encryption algorithm that uses a series of Caesar ciphers based on the letters of a keyword. This repository provides a simple implementation of the Vigenère cipher in Python, demonstrating how to encrypt and decrypt text using this historical method.
Algorora's Repositories
Algorora/Control-Flow-Flattening-POC
Control flow flattening is an advanced obfuscation technique that makes the execution path of scripts more complex and harder to analyze.
Algorora/Opaque-Predicates-PoC
This project is a proof-of-concept (PoC) demonstrating the use of opaque predicates in Go. Opaque predicates are conditions that are constructed to always evaluate to true or false, but their true nature isn't immediately obvious. This technique is used to obfuscate code and make static and dynamic analysis more challenging.
Algorora/PowerShell-Obufscator
Simple, but powerful powershell obufscator made in golang.
Algorora/Vigenere-Cipher-to-Store-a-Password
The Vigenère cipher is a classic encryption algorithm that uses a series of Caesar ciphers based on the letters of a keyword. This repository provides a simple implementation of the Vigenère cipher in Python, demonstrating how to encrypt and decrypt text using this historical method.