Skip to content

kysley/pwnd-yet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnd-yet

A CLI tool extending the haveibeenpwned.com api.

Usage

> pwn --o <password>
// Output:
> Password pwned 😵

> pwn pw add <website> <password>
> pwn
// Output:
// Checking <website>
// Password pwned 😵

Specs

  • pwn hashes your password using sha1 then takes the first 5 characters and sends them to haveibeenpwned.
  • If adding a password:
    • The password's sha1 undergoes a simple encryption to avoid storing plain values in a .txt. This is not intended to be a vault.
    • Delete pwn.txt to clear saved passwords

About

Small CLI tool to check if your password has been pwned. Uses https://haveibeenpwned.com/api/v3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages