Function radius_rust::tools::salt_decrypt_data [−][src]
pub fn salt_decrypt_data(
data: &[u8],
authenticator: &[u8],
secret: &[u8]
) -> Result<Vec<u8>, RadiusError>
Expand description
Decrypts data with salt since RADIUS packet is sent in plain text
Should be used for RADIUS Tunnel-Password Attribute