Files
rustfs/crates/crypto
overtrue 2f28bb49d1 test(crypto): replace the one-file key scan with a repo-wide guard
crates/crypto/src/license_token.rs asserted, via include_str! on its own
file, that the license-token signing key is never checked in. The scan saw
exactly one file: the key moved anywhere else passed silently, and renaming
license_token.rs stopped the guard from compiling instead of reporting.

scripts/check_embedded_secrets.sh scans every tracked and not-yet-added text
file for the same needle plus the other private-key header forms and eleven
provider credential formats, and it does not skip the paths
.github/secret_scanning.yml tells push protection to ignore. Non-secret
matches are excused by exact literal, never by path glob, and an exemption
that stops matching is reported as stale. --self-test asserts every pattern
family fires.
2026-08-19 10:53:03 +08:00
..
2025-12-08 11:23:24 +08:00

RustFS

RustFS Crypto - Cryptographic Operations

High-performance cryptographic operations module for RustFS distributed object storage

CI 📖 Documentation · 🐛 Bug Reports · 💬 Discussions


📖 Overview

RustFS Crypto provides high-performance cryptographic operations for the RustFS distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository.

Features

  • AES-GCM encryption with hardware acceleration
  • RSA and ECDSA digital signature support
  • Secure hash functions (SHA-256, BLAKE3)
  • Key derivation and management utilities
  • Stream ciphers for large data encryption
  • Hardware security module integration

📚 Documentation

For comprehensive documentation, examples, and usage guides, please visit the main RustFS repository.

📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.