pub fn write_base64_secret(
    path: impl AsRef<Path>,
    data: &[u8]
) -> Result<(), Error>
Expand description

Store Base64-encoded secret data at the given path