Jolas
11/16/2021, 5:48 AMencryptionConfig = DatabaseConfiguration.Encryption(key: String?, rekey: String?)
and I suppose it works fine. But is there any documented behavior for using DatabaseConfiguration.Encryption
?Jolas
11/16/2021, 5:57 AMencryptionConfig = DatabaseConfiguration.Encryption(
key = cipherKey
)
seems to do the job of encrypting the database. I am curious if it really is the way. But I am unable to find documentation or commits to confirm the same.Jolas
11/16/2021, 6:48 AM