pub fn encrypt_from_file( file_path: &Path, output_dir: &Path, ) -> Result<(DataMap, Vec<XorName>)>
Read a file from the disk to encrypt, and output the chunks to a given output directory if presents.