What encryption crates do you guys recommend, especially one with support for streams

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • RustCrypto

    Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

  • I'd recommend https://github.com/RustCrypto/AEADs. RustCrypto's crates are high quality, widely used and some have even been audited. Unfortunately they don't provide a read/write interface.

  • rustls

    A modern TLS library in Rust

  • You could also just straight up use a full tls implementation like https://github.com/rustls/rustls. Rusttls does support a read/write interface.

  • 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
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

  • Pingora: HTTP Server and Proxy Library, in Rust, by Cloudflare, Released

    6 projects | news.ycombinator.com | 28 Feb 2024
  • Alternative to openssl for reqwest https with client certs.

    3 projects | /r/rust | 8 Dec 2023
  • rustls 0.22 is out with pluggable crypto providers and better CRL support

    1 project | /r/rust | 4 Dec 2023
  • Exploring the Rust compiler benchmark suite

    1 project | /r/rust | 22 Aug 2023
  • A brief guide to choosing TLS crates

    5 projects | /r/rust | 9 Jun 2023