NonePassphraseProvider

A PassphraseProvider implementation that provides an empty passphrase. This provider is used when encryption is disabled, and it always returns an empty string.

Note: Using this provider effectively disables SQLCipher encryption, so it should only be used in scenarios where encryption is not required or where external encryption is applied.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun getPassphrase(): String

Returns an empty string as the passphrase, which effectively disables encryption.