Explore >> Select a destination


You are here

imrannazar.com
| | cocomelonc.github.io
2.8 parsecs away

Travel
| | [AI summary] The provided text discusses the development of a payload using a custom encryption method, likely based on the Skipjack algorithm, to evade detection by antivirus systems. It outlines the steps to compile and run the payload on a Windows machine, and mentions that the code is intended for educational purposes only. The text also references the Clipper chip initiative and highlights the importance of awareness for cybersecurity professionals.
| | www.da.vidbuchanan.co.uk
3.3 parsecs away

Travel
| | [AI summary] The CTF writeup details the process of solving a cryptographic challenge involving AES key recovery through side-channel attacks. The key was recovered by analyzing timing leaks from the AES decryption process, specifically the doSboxInv function's execution time. The recovered round 10 key was then used to invert the AES key schedule to obtain the original encryption key, which was the flag. The writeup also discusses the challenges of directly recovering the original key due to timing noise and the importance of using statistical correlation to identify the correct key.
| | corvid.cafe
3.3 parsecs away

Travel
| | [AI summary] The author discusses the development and implementation of the Uxn virtual machine, including its opcode set, memory operations, and a detailed breakdown of the 'Hello world' program using Uxn's unique assembly language.
| | emiruz.com
35.5 parsecs away

Travel
| [AI summary] The author compares their experiences solving Advent of Code puzzles using Prolog, Haskell, Python, and Scala, highlighting differences in productivity, code style, and problem-solving approaches across these languages.