tiuub / KP2faChecker

A KeePass Plugin, which provides a column that checks your entries, whether or not they support 2FA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KP2faChecker

KP2faChecker is a plugin for KeePass. It provides a column and a form to display whether or not they support 2FA.

Latest Release GitHub All Releases Donate

Installation

  • Download the latest release here
  • Copy the KP2faChecker.plgx in the KeePass plugins directory and restart the application.

Alternative Installation

  • Using chocolatey in Powershell with choco install keepass-plugin-kp2fachecker

Usage

First Method

At first you have to activate the column. Therefore navigate to

  • View -> Configure Columns -> (Scroll down) -> Check "2FA Support"

If you have activated, it should show you the column.

Column

Now you can douple click the column to get additional informations.

Additional informations

Second Method

Just right click any entry in your database and click on "Check for 2fa support".

Context Menu

This will open another window with additional informations.

Additional informations

Third Method

You can search your wanted website by name or domain. Therefore navigate to

  • Tools -> KP2faChecker - Search Websites -> Search query.

Search query

Download

You can download the .plgx file here.

Additional Information

I have build my own API here, which receives its data from 2fa.directory (formerly twofactorauth.org). To save resources and also because 2fa.directory isnt changing its data that often, the plugin will only request every 2 days for new added websites.

Data privacy

The plugin is requesting a huge json file from a server and compares the domains inside this json locally on your computer. This means your private data will never be sent through the internet.

License

GitHub

About

A KeePass Plugin, which provides a column that checks your entries, whether or not they support 2FA.

License:Apache License 2.0


Languages

Language:C# 100.0%