IntroductionToday we have an exciting TryHackMe challenge that we will go through . It is a XOR encryption based challenge that tests how well you understand XOR cipher and know how to use it to decrypt the encrypted flags. Sounds like a fun challenge! On their website, it is given as an easy...
The Council of the European Union has released this Draft in which they call for what is effectively a ban on End-to-End Encryption (E2EE). The document itself is unsurprisingly vague, but if you follow the parallel document about "Exceptional Access" you'll see a bunch of proposed solutions, all...
I was looking for a way to quickly generate a random AES key online, but couldn't find anything. I looked into a couple methods using JavaScript, but determined that a C# solution would be better. I needed to base64 encode the key array to store that value in a config file. Here's the code I...