How should I encrypt files for sharing over the internet?

This page summarizes the projects mentioned and recommended in the original post on /r/crypto

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • magic-wormhole

    get things from one computer to another, safely

  • wireguard-vyatta-ubnt

    WireGuard for Ubiquiti Devices

  • It sounds like you could just set up all of your machines on a WireGuard VPN, each with its own private key, and all of the traffic between them would be fully encrypted without requiring any changes to your script: https://www.wireguard.com.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • noise_spec

    Noise Specification

  • If you're not looking to share files but instead need a full communications protocol, the question gets more complex. TLS is the most commonly used encryption layer, and lots of other protocols use TLS to encrypt their traffic. In the rare cases where it's not suitable, the Noise Protocol Framework works to design a secure protocol for the necessary uses.

  • minisign

    A dead simple tool to sign files and verify digital signatures.

  • If you need signatures, minisign is a similar hard-to-misuse program.

  • age

    A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

  • The current program I (and many others) tend to recommend is age. It does authenticated encryption with a hard-to-misuse interface.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts