Skip to main content

decrypt_jwe

Function decrypt_jwe 

Source
pub fn decrypt_jwe(token: &str, key: &str) -> Result<String>
Expand description

Attempt to decrypt JWE token with a candidate key (for brute forcing)