Closed richvdh closed 1 year ago
Return an actual BackupDecryptionKey in tthe BackupKeys structure, rather than just the base64.
BackupDecryptionKey
BackupKeys
This is more symmetrical with saveBackupDecryptionKey, and also allows the public key to be extracted, which is useful sometimes.
saveBackupDecryptionKey
Return an actual
BackupDecryptionKey
in ttheBackupKeys
structure, rather than just the base64.This is more symmetrical with
saveBackupDecryptionKey
, and also allows the public key to be extracted, which is useful sometimes.