Advanced Techniques for C++ Shellcoding

Advanced Techniques for C++ Shellcoding

Previously, I wrote a basic article on shellcoding, detailing the fundamentals of C++ shellcoding. Now, I will complete the advanced section. Without the knowledge from the basic article, understanding the advanced section can be quite difficult. With a foundation in shellcoding, one can gradually implement advanced features. The main purpose of shellcoding is to prevent … Read more

The Powerful Hash Encryption Algorithm

The Powerful Hash Encryption Algorithm

In my opinion, hash encryption is a powerful algorithm that, while seemingly simple, addresses the core pain points of web applications, making it a topic worth discussing. Why do I say this? This requires clarifying what I referred to at the beginning of the article as the “core pain point of web applications”. 1. Trust … Read more