/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

int10h.org
| | blog.pkh.me
1.9 parsecs away

Travel
| |
| | doar-e.github.io
2.4 parsecs away

Travel
| |
| | blog.0x7d0.dev
1.8 parsecs away

Travel
| | The AES algorithm is widely used today, whether it's for encrypting a connection to a website, encrypting data on your hard drive, or storing passwords in your favorite password manager. It has been battle-tested for many decades and is still recommended as one of the most secure algorithms. In this article, I explain how AES encryption works and how the algorithm is implemented.
| | wsummerhill.github.io
12.4 parsecs away

Travel
| I'm going to cover an example of how to perform a DLL sideload from start to finish using a C++ payload and a legitimate DLL commonly found on disk. The specific technique covered is known as "DLL proxying" where we use the legitimate DLL along with a malicious DLL which exports all the functions that the legit DLL to execute properly.