pub fn create_new_sensitive_file(path: &Path) -> Result<File>
Creates a new file with the specified path. The file is created with permissions 0600 and is truncated if it already exists.