|
You are here |
www.saminiir.com | ||
| | | | |
sookocheff.com
|
|
| | | | | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti... | |
| | | | |
unorde.red
|
|
| | | | | ||
| | | | |
eyakubovich.github.io
|
|
| | | | | In this post, I will divert from my usual topic of C++ to jog down my thoughts about TCP and SSL. I have limited knowledge of networking and even more limited understanding of security so my ramblings here might be full of flaws and security holes. Nevertheless, I thought it... | |
| | | | |
goggleheadedhacker.com
|
|
| | | This tutorial will show how two methods of implementing the AES algorithm work. It will also demonstrate how to identify these methods in Assembly when reverse engineering an application. | ||