Pass encryption key into CheckDatabaseEncryptionKey
x2bool opened this issue · 3 comments
x2bool commented
CheckDatabaseEncryptionKey takes encryption key as a parameter. Database should be encrypted and the key somehow should be stored on computer (OS-specific key storage???).
worldbeater commented
x2bool commented
Usually the encryption key is never changed and is stored in some OS keychain
From TdLib Docs
I thinks this means there is some OS-specific keychain where encryption keys are usually stored.
x2bool commented
Yeah we are gonna need some DB. I am up to anything really. I didn't try Realm, but it looks cool.