Security and privacy software
Security & Privacy

Free Security & Privacy Software

Password managers, encryption tools, network analyzers, and privacy browsers — the most trusted tools in cybersecurity are often free.

Password Managers

KeePassXC

GPL v3

KeePassXC is a community fork of the original KeePass that runs natively on Windows, macOS, and Linux without requiring .NET or Mono. It stores all your passwords in an encrypted local database file using AES-256, making it a zero-trust solution — your credentials never leave your machine unless you choose to sync the database yourself via a cloud service or USB drive. The application supports hardware security keys (YubiKey), SSH agent integration, TOTP codes, and a browser extension for auto-fill. Because the database format is an open standard, dozens of compatible apps exist for iOS, Android, and other platforms.

Windows / macOS / Linux Official Site →

Bitwarden

GPL v3

Bitwarden is an open-source password manager with a fully audited codebase and a generous free tier that covers unlimited passwords across all your devices. Unlike most commercial password managers, Bitwarden publishes its source code — meaning independent researchers can (and do) verify its security claims. The free plan includes browser extensions for all major browsers, desktop apps, and mobile apps. Paid plans add encrypted file storage, TOTP generation, and emergency access. For those who prefer maximum control, Bitwarden can be self-hosted on your own server.

Windows / macOS / Linux Official Site →

Disk Encryption

VeraCrypt

Apache 2.0

VeraCrypt is the successor to TrueCrypt and the gold standard for on-the-fly disk encryption. It can encrypt an entire drive, a partition, or create encrypted virtual disk containers. VeraCrypt supports multiple encryption algorithms (AES, Serpent, Twofish) and can cascade them for extra security. Its most distinctive feature is plausible deniability: hidden volumes allow you to reveal a decoy password under duress while the real encrypted data remains invisible. Available as a portable application with no installation required.

Windows / macOS / Linux Official Site →

Anti-Malware

Malwarebytes Free

Freeware

Malwarebytes Free is a powerful on-demand scanner that excels at finding and removing malware, adware, and PUPs (potentially unwanted programs) that traditional antivirus software often misses. It's not a real-time protection tool in the free version — it doesn't run continuously in the background — but used periodically alongside Windows Defender, it's one of the most effective cleanup tools available. The scanning engine is highly regarded by security researchers and is regularly updated with new threat signatures.

Windows / macOS Official Site →

ClamAV

GPL v2

ClamAV is the open-source antivirus engine that powers email gateway scanning on countless mail servers worldwide. On Linux systems, it's often the first choice for scanning uploads on web servers, checking email attachments, or auditing file shares. ClamAV features a command-line scanner, a daemon for high-performance scanning, and automatic signature updates through ClamAV's signature database. On macOS, ClamXAV provides a polished graphical interface built on the ClamAV engine. It won't replace a full antivirus suite on Windows, but for server-side scanning it's the most widely deployed open-source option.

Windows / macOS / Linux Official Site →

Network Analysis

Wireshark

GPL v2

Wireshark is the world's most widely used network protocol analyzer. It captures live network traffic and lets you inspect packets at the lowest level — seeing exactly what data flows between your computer and the internet, a local network device, or a remote server. Network engineers use it for troubleshooting connectivity problems, security researchers use it to analyze malware behavior, and developers use it to debug their own protocols. Wireshark understands hundreds of protocols and can decrypt some encrypted traffic when provided with the appropriate keys. The interface is dense but highly functional, with color-coded packet rows and powerful filtering.

Windows / macOS / Linux Official Site →

Privacy Browsers & Tools

Tor Browser

GPL v3 + BSD

Tor Browser is the official browser of the Tor Project, bundling a hardened version of Firefox with the Tor anonymity network. When you browse with Tor, your traffic is encrypted and routed through at least three volunteer-operated servers (nodes) around the world before reaching its destination. This process obscures your IP address and makes it very difficult to trace your activity back to you. Tor is the tool of choice for journalists, activists, whistleblowers, and anyone who needs to bypass censorship or communicate under surveillance. It trades speed for anonymity and is not suitable for casual day-to-day browsing, but for situations where privacy is essential, it remains the strongest free tool available.

Windows / macOS / Linux Official Site →

uBlock Origin

GPL v3

uBlock Origin is the most efficient and effective ad and content blocker available for browsers. Unlike some blockers that accept payment to allow certain ads through ("acceptable ads" programs), uBlock Origin has no such arrangement — it blocks everything on its filter lists, full stop. Its memory and CPU footprint is dramatically lower than competing extensions, making pages load faster while using fewer resources. uBlock Origin operates on a wide-spectrum blocking model with default-deny capability: in advanced mode, you can block all scripts and connections by default, whitelisting only what you trust. Maintained by independent developer Raymond Hill, it is free of commercial interests and has become the de facto recommendation of security-conscious users and IT professionals worldwide.

Browser Extension Official Site →