pub fn decode( input_path: &str, password: &str, output_path: Option<&str>, ) -> Result<String>
Decodes a previously XOR-encoded file using the provided password. Returns the output path of the decoded file.