How to encrypt text file with Rust?

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

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

    The Rust package registry

  • Usually I can find this type of thing pretty easily just by searching crates.io or Googling for blog posts. But I'm struggling in this case. I would be very thankful if someone could point me at some good example code for this type of operation.

  • awesome-cryptography-rust

    Collect libraries and packages about cryptography in Rust.

  • You should look at this this: https://github.com/rust-cc/awesome-cryptography-rust and you probably need this: https://github.com/RustCrypto/block-ciphers

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

    Collection of block cipher algorithms written in pure Rust

  • You should look at this this: https://github.com/rust-cc/awesome-cryptography-rust and you probably need this: https://github.com/RustCrypto/block-ciphers

  • RSA

    RSA implementation in pure Rust

  • The RSA crate looks delightfully simple to use. https://github.com/RustCrypto/RSA

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