decode

Function decode 

Source
pub fn decode(
    input_path: &str,
    password: &str,
    output_path: Option<&str>,
) -> Result<String>
Expand description

Decodes a previously XOR-encoded file using the provided password. Returns the output path of the decoded file.