Adds symmetric encrypt/decrypt calls for all channel secret fields in Config::save() and Config::load_or_init(). Previously only nostr.private_key was handled, leaving all other channel secrets (bot_token, app_token, access_token, api_token, password, etc.) and gateway.paired_tokens stored as plaintext when secrets.encrypt = true. Closes #3175, closes #3173. Co-authored-by: jameslcowan |
||
|---|---|---|
| .. | ||
| api.rs | ||
| mod.rs | ||
| sse.rs | ||
| static_files.rs | ||
| ws.rs | ||