Hashing

Secure Password Hashing with Salt and Pepper

Ever wonder what happens to your password after you type it in? It doesn't just sit in a database...

DevOps

Database

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Log

NMS

All Posts

Real-time Packet Capture of linux bridge, ping namespaces and Display with WebSocket

Real-time Packet Capture of linux bridge, ping namespaces and Display with WebSocket

­­In this project, our objective is to: Create two Linux namespaces and establish a connection between them using a bridge. Verify connectivity by pinging between the namespaces. Develop a web-based visualization to monitor packet flow through the bridge using Node.js and Express.js. This involves setting up an HTTP server with an Express application, creating a WebSocket server, spawning a tcpdump process to capture packets, and streaming the captured packets in real-time to connected clients...

Let’s start talking!