/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yifan.lu
| | labs.withsecure.com
4.2 parsecs away

Travel
| | Full disk encryption is one of the cornerstones of modern endpoint protection. It is not only an effective method to protect sensitive data against physical theft, but it also protects data integrity against tampering attacks.
| | www.copetti.org
5.3 parsecs away

Travel
| | An in-depth analysis that explains how this console works internally
| | comsecuris.com
2.9 parsecs away

Travel
| | [AI summary] This blog post discusses a detailed exploit chain targeting a mobile phone's application processor OS through a compromised modem. The author outlines the process of identifying vulnerabilities in the baseband firmware, reverse engineering the MT6795's cellular stack layers, and attempting to fuzz the MM layer for potential memory corruption issues. The post also touches on the challenges of creating a persistent rootkit via the modem and the importance of hardware isolation in securing mobile platforms.
| | www.sjoerdlangkemper.nl
30.9 parsecs away

Travel
| To securely store passwords they should be hashed with a slow hashing function, such as PBKDF2. PBKDF2 is slow because it calls a fast hash function many times. This blog post explores some properties that the iterations must have to be secure.