pub fn backup_secret_encrypted(
secret: &[u8],
password: &str,
config: &BackupConfig,
) -> BackupResult<EncryptedBackup>Expand description
Create an encrypted backup of a generic secret
pub fn backup_secret_encrypted(
secret: &[u8],
password: &str,
config: &BackupConfig,
) -> BackupResult<EncryptedBackup>Create an encrypted backup of a generic secret