Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Feb 24, 2018
1 parent 351c6a5 commit 7d4fe1c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@
<img src="https://img.shields.io/travis/roddhjav/pass-audit/master.svg"
alt="Build Status"></a>
<a href="https://www.codacy.com/app/roddhjav/pass-audit">
<img src="https://img.shields.io/codacy/coverage//master.svg"
<img src="https://img.shields.io/codacy/coverage/593851adcd354d179bf5b5b43eac0440/master.svg"
alt="Code Coverage" /></a>
<a href="https://www.codacy.com/app/roddhjav/pass-audit">
<img src="https://img.shields.io/codacy/grade//master.svg"
<img src="https://img.shields.io/codacy/grade/593851adcd354d179bf5b5b43eac0440/master.svg"
alt="Code Quality"></a>
</p>
<p align="center">

A [pass][pass] extension for auditing your password repository.

</p>

## Description
`pass audit` is a password-store extension for auditing your password repository.
It supports safe breached password detection from [haveibeenpwned.com][HIBP]
using a [K-anonymity][Kanonymity] method. Using this method, you do not need to
(fully) trust the server that stores the breached password. You should read the
[security consideration](#security_consideration) section for more information.
[security consideration](#security-consideration) section for more information.

**Warning** This extension is still in development. As of today, it only
supports password breach detection from HIBP. Must more features are planned
Expand Down

0 comments on commit 7d4fe1c

Please sign in to comment.