pub fn decrypt_jwe(token: &str, key: &str) -> Result<String>
Attempt to decrypt JWE token with a candidate key (for brute forcing)