RBSQLiteWordList Class Reference

Inherits from NSObject
Conforms to RBPasswordManagerWordlistDelegate
Declared in RBSQLiteWordList.h

Overview

Provides a word list delegate that reads from an SQLite file.

  • Expects a SQLite database file with a table named wordlist and a single text column named word.
  • This is for use with the RBPasswordManager class to match common words in a password.

– initWithFilePath:

Initialize the word list delegate object with the given SQLite file path.

- (nonnull instancetype)initWithFilePath:(nonnull NSString *)filePath

Parameters

filePath

The file path to an SQLite file containing words.

Return Value

The initialized object.

Discussion

Initialize the word list delegate object with the given SQLite file path.

Declared In

RBSQLiteWordList.h