pub fn read_to_string_with_key<P: AsRef<Path>>(
    path: P,
    key: Key128bit
) -> Result<String>