Small Scale Web Encryption Tools and Setup

Web Encryption for Small Sites: The Basics That Matter

Ethan Caldwell
By
Ethan Caldwell
Ethan writes about internet culture, everyday software tools, and digital changes across the UK. Based in Manchester, he enjoys breaking down how software developments and online...
5 Min Read

Small websites do not need exotic encryption systems, but they do need the fundamentals implemented correctly. For most public-facing sites, that starts with HTTPS, valid TLS certificates, secure cookies, sensible authentication and keeping software up to date.

Start with HTTPS everywhere

Use a valid TLS certificate for the main domain and every active subdomain. Free certificate services such as Let’s Encrypt can automate issuance and renewal. Redirect HTTP traffic to HTTPS and check that old or forgotten subdomains are not left exposed.

Do not confuse TLS with end-to-end encryption

TLS protects data while it travels between a browser and a web server. End-to-end encryption is a different architecture in which intermediaries cannot read the content. Most ordinary websites do not need to describe themselves as “end-to-end encrypted”.

Useful controls for a small site

  • Maintain an inventory of domains and subdomains.
  • Renew certificates automatically where possible.
  • Use HSTS only after confirming HTTPS works consistently across the required hosts.
  • Protect administrator accounts with strong authentication.
  • Keep CMS, plugins, frameworks and server software patched.
  • Review third-party services that receive personal or payment data.

The earlier version of this article cited unsupported claims that 45% of small-business leaks came from unsecured subdomains and that encryption reduced breaches by 60%. Those figures have been removed. Encryption is essential, but it is only one part of web security.

Sources

Share This Article
Ethan writes about internet culture, everyday software tools, and digital changes across the UK. Based in Manchester, he enjoys breaking down how software developments and online infrastructure affect how people live and work today.