pub async fn handle_encrypt( config: &Config, backend: Option<&str>, recipients: &[String], set_key: Option<&str>, from_key: Option<&str>, force: bool, ) -> Result<()>