Rust Encryption

Open-source Rust projects categorized as Encryption

Top 23 Rust Encryption Projects

  1. spacedrive

    Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

    Project mention: Cross-platform file explorer, powered by a virtual distributed filesystem | news.ycombinator.com | 2026-08-20
  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. ffsend

    :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client.

    Project mention: Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line | news.ycombinator.com | 2026-02-26

    Firefox Send is still around in hobbyist land:

    send.vis.ee along with ffsend[0] maybe?

    0: https://github.com/timvisee/ffsend

    I love and use ffsend every day.

  4. Ockam

    Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

  5. rage

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

  6. rustic

    rustic - fast, encrypted, and deduplicated backups powered by Rust

    Project mention: Rustic: fast, encrypted, and deduplicated backups powered by Rust | news.ycombinator.com | 2026-01-12
  7. cryfs

    Cryptographic filesystem for the cloud

    Project mention: C++ CLI for folder encryption with AES-256-GCM and USB-based key loading | news.ycombinator.com | 2026-05-27

    Why?

    What does this solve the that the other far more mature tools don’t?

    https://www.cryfs.org/

    For example, has been around for decades. Is widely supported and battle tested.

  8. paperback

    Paper backup generator suitable for long-term storage.

    Project mention: Ask HN: Are there examples of 3D printing data onto physical surfaces? | news.ycombinator.com | 2026-02-14
  9. Kargo

    Kargo - optimize your multi-stage deployment pipelines using GitOps. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. age-plugin-yubikey

    YubiKey plugin for age

    Project mention: A Cryptography Engineer's Perspective on Quantum Computing Timelines | news.ycombinator.com | 2026-04-06

    If you are doing authentication with those hardware keys, you will probably be fine, if we do our job fast enough. Apple's Secure Enclave already supports some PQ signatures (although annoyingly not ML-DSA-44 apparently?) and I trust Yubico is working on it.

    If you are doing encryption, then you do have reason to worry, and there aren't great options right now. For example if you are using age you should switch to hybrid software ML-KEM-768 + hardware P-256 keys as soon as they are available (https://github.com/str4d/age-plugin-yubikey/pull/215). This might be a scenario in which hybrids provide some protection, so that an attacker will need to compromise both your OS and have a CRQC. In the meantime, depending on your threat model and the longevity of your secrets (and how easily they can rotated in 1-2 years), it might make sense to switch to software PQ keys.

  11. bupstash

    Easy and efficient encrypted backups.

  12. rdedup

    Data deduplication engine, supporting optional compression and public key encryption.

  13. purrcrypt

    A fur-ociously secure encryption tool that encodes your secrets as adorable cat and dog sounds, using real elliptic curve cryptography with a playful disguise.

  14. ssh-vault

    🌰 encrypt/decrypt using ssh keys

  15. kerkour.com

    (Ab)using technology for fun & profit. Programming, Hacking & Entrepreneurship @ https://kerkour.com

  16. Cloaker

    Simple, drag-and-drop, password-based file encryption

  17. vodozemac

    An implementation of Olm and Megolm in pure Rust.

    Project mention: Cryptographic Issues in Matrix's Rust Library Vodozemac | news.ycombinator.com | 2026-02-18
  18. lucid

    High performance and distributed KV store w/ REST API. 🦀 (by lucid-kv)

  19. Pop_OS-Guide

    Pop!_OS Guide. Pop!_OS is an Operating System developed by System76.

  20. LUKSbox

    Store sensitive files in the cloud, or on shared media without trusting the host. LUKSbox is a Rust-based encrypted-container tool with passphrase, FIDO2 (YubiKey, Titan, Nitrokey, Windows Hello), TPM 2.0, and hybrid post-quantum (ML-KEM-768 / 1024) keyslots. Mounts as a real drive on Linux, macOS, and Windows.

    Project mention: LUKSbox – Store sensitive files in the cloud | news.ycombinator.com | 2026-05-12
  21. Vector Privacy

    Privacy is a basic human right. (by VectorPrivacy)

  22. dexios

    A secure file encryption utility, written in Rust.

  23. serde-encrypt

    🔐 Encrypts all the Serialize.

  24. rencfs

    An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories

  25. securestore-rs

    A simple, encrypted, git-friendly, file-backed secrets manager for rust

    Project mention: Scrt: A CLI secret manager for developers, sysadmins and DevOps | news.ycombinator.com | 2026-03-12
  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Encryption discussion

Log in or Post with

Rust Encryption related posts

  • They steal your database and cannot crack a single password

    1 project | dev.to | 31 Aug 2026
  • Hybrid encryption: why combine classical and post-quantum cryptography

    1 project | dev.to | 30 Aug 2026
  • Quipu: post-quantum encryption in pure Rust, with a Python wheel

    1 project | dev.to | 29 Aug 2026
  • What is post-quantum cryptography, and why migrate now?

    1 project | dev.to | 29 Aug 2026
  • Sellar un archivo para que nadie pueda discutir que no lo tocaste

    2 projects | dev.to | 3 Aug 2026
  • Supabase just announced searchable encryption

    9 projects | news.ycombinator.com | 19 Jul 2026
  • AI Agents Don't Need a Bigger Prompt. They Need Governed Memory

    2 projects | dev.to | 17 Jul 2026
  • A note from our sponsor - AppSignal
    www.appsignal.com | 16 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Index

What are some of the best open-source Encryption projects in Rust? This list will help you:

# Project Stars
1 spacedrive 38,964
2 ffsend 7,410
3 Ockam 4,636
4 rage 3,649
5 rustic 3,257
6 cryfs 2,305
7 paperback 1,483
8 age-plugin-yubikey 969
9 bupstash 924
10 rdedup 855
11 purrcrypt 627
12 ssh-vault 508
13 kerkour.com 483
14 Cloaker 433
15 vodozemac 396
16 lucid 392
17 Pop_OS-Guide 329
18 LUKSbox 262
19 Vector Privacy 233
20 dexios 215
21 serde-encrypt 180
22 rencfs 175
23 securestore-rs 163

Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?