| Crates.io | rops |
| lib.rs | rops |
| version | 0.1.5 |
| created_at | 2024-02-11 11:52:24.814715+00 |
| updated_at | 2025-05-03 19:01:59.531764+00 |
| description | SOPS-like library in pure Rust |
| homepage | |
| repository | https://github.com/gibbz00/rops |
| max_upload_size | |
| id | 1135792 |
| size | 298,571 |
SOPS: Secrets OPerationS is a secrets manager and editor for encrypted files of various configuration formats with support for AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. It's also a CNCF sandbox project with more information available at getsops.io.
rops is an attempt at writing the SOPS in Rust, offering both a CLI and library crate. Currently supporting YAML, JSON, TOML with integrations against Age and AWS KMS.
Check out the rops book for a demo and further information on how to get started.