Recommended crate for storing keys for web site database

⚓ Rust    📅 2025-08-22    👤 surdeus    👁️ 4      

surdeus

I just need to store MySQL keys for a CRUD app in Rust. I don't write those often, so I'm not up on current practice. Options:

  • securestore - not updated in 3 years on crates.io, although there are later changes on Github.
  • keyring - I use that on desktop, but is it suitable for server side use?

Thanks.

(The various AI advisors try to tell me about various key/value stores. Not helpful.)

1 post - 1 participant

Read full topic

🏷️ Rust_feed