am-i-pwned

command module
v0.0.0-...-9b2d0c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2018 License: MIT Imports: 1 Imported by: 0

README

Am I Pwned?

Uses ';--have i been pwned? dataset to verify if your passwords have been compromised.

Installation

go get -u github.com/jcgay/am-i-pwned

Usage

Verify a password

$> am-i-pwned password [candidate]

or type your password interactively using:

$> am-i-pwned password

A SHA1 fragment of your password will be send to https://haveibeenpwned.com API and will be compared locally with service response. See Searching a password by range for more information.

The number of occurence of the password in the database will be print in the console, if this number is 0, no entry has been found.

Check your LastPass account

$> am-i-pwned lastpass

All your passwords will be checked (same method as single password check) using LastPass CLI.
You'll have to install LastPass CLI and be logged to use this command.

Help

$> am-i-pwned help [command]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL