PlugaruT / pwned-checker

Simple application for checking if a password is found in Pwned Passwords repository
GNU Lesser General Public License v3.0
10 stars 4 forks source link
elementary haveibeenpwned loki vala

Build Status

Pwned Checker

Get it on AppCenter

Screenshot

Simple application for interacting with haveibeenpwned API.

Building and Installation

You'll need the following dependencies:

libglib2.0-dev
libgranite-dev
libsoup2.4-dev 
libjson-glib-dev
libgtk-3-dev
meson
valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install