Method FromPassphrase
FromPassphrase(string)
A passphrase. SQLCipher derives the key with PBKDF2, which is slow by design.
public static SqliteKey FromPassphrase(string passphrase)
Parameters
passphrasestring
A passphrase. SQLCipher derives the key with PBKDF2, which is slow by design.
public static SqliteKey FromPassphrase(string passphrase)
passphrase string