Understanding md5sum

Understanding md5sum

In the world of data integrity and security, MD5sum is a commonly used checksum tool that plays a crucial role in verifying file integrity. So let’s begin with Understanding md5sum Basics of md5sum md5sum will always generate the same hash, for example, if you generate a hash for-word justgeek.io every time it will generate the … Read more

What is Packet Capture ( PCAP )

What is Packet Capture

What is Packet Capture? Packet capture, also known as network packet capture or PCAP (short for Packet Capture), is a networking technique that involves capturing and analyzing the data packets that are sent and received across a network. PCAP is a valuable tool for network administrators and security professionals because it enables them to monitor … Read more

Python password generator

Python password generator

You may have already known how important it is to set a solid and secure password for each website. There is a bright future for authentication at least till we have passkeys. Until then we have to keep using passwords and maybe use a password manager to keep all those passwords safe. Everyone in their … Read more

Change the default SSH port

Change the default SSH port

This post is about how to change the default SSH port in Linux, however, before we how we need to see why. Why should you change the default SSH port in Linux? The main reason to change the default SSH port from 22 to something else is to prevent servers from SSH attacks. Port 22 … Read more