Explore >> Select a destination


You are here

int10h.org
| | 0xcybery.github.io
1.8 parsecs away

Travel
| | Bypass Windows Defender in Windows 11.
| | www.da.vidbuchanan.co.uk
1.1 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.
| | blog.pkh.me
1.6 parsecs away

Travel
| |
| | www.quirksmode.org
21.2 parsecs away

Travel
| [AI summary] The article provides an overview of JavaScript topics, including general concepts, core programming, BOM, events, DOM, CSS modification, and data retrieval, organized into categories for learning and development.