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.