Table of Contents

Method FromPassphrase

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

FromPassphrase(string)

A passphrase. SQLCipher derives the key with PBKDF2, which is slow by design.

public static SqliteKey FromPassphrase(string passphrase)

Parameters

passphrase string

Returns

SqliteKey