- Crack XOR Encryption (repeating key)Crack XOR Encryption In one of my last articles I showed how to crack a single-byte XOR encryption quickly and … Read More “Crack XOR Encryption (repeating key)”
- CREATE A CUSTOM WORKSPACE ENVIRONMENT WITH VIM AND TMUXVIM AND TMUX In this video I show you how to install and configure VIM and TMUX. We will also … Read More “CREATE A CUSTOM WORKSPACE ENVIRONMENT WITH VIM AND TMUX”
- Crack single-byte XOR encryption in GOBreaking XOR In this article we will look at how to implement a tool based on the “Go” programming language … Read More “Crack single-byte XOR encryption in GO”
- Python: Proxy SSL Requests with Burp SuiteIntroduction In this article we will look at how we can use burp suite as an ssl proxy in python … Read More “Python: Proxy SSL Requests with Burp Suite”
- Attacking Vigenere CipherIntro In this post, we’ll look at Vigenere encryption. We implement the method in Python and look at the Kasiki … Read More “Attacking Vigenere Cipher”