logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pass-audit - A pass(1) extension for auditing your password repository.

Authors

passaudit was written by Alexandre Pujol

Command

passauditPath

Copying

       This program is free software: you can redistribute it and/or modify  it  under  the  terms  of  the  GNU
       General  Public License as published by the Free Software Foundation, either version 3 of the License, or
       (at your option) any later version.

       This program is distributed in the hope that it will be useful, but WITHOUT ANY  WARRANTY;  without  even
       the  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
       License for more details.

       You should have received a copy of the GNU General Public License along with this program.  If  not,  see
       <http://www.gnu.org/licenses/>.

pass-audit                                        January 2022                                     pass-audit(1)

Description

passaudit is a password store extension for auditing your password repository. It supports safe breached
       password  detection  from  haveibeenpwned.com using K-anonymity method duplicated passwords, and password
       strength estimaton using zxcvbn.

Name

pass-audit - A pass(1) extension for auditing your password repository.

Options

-n,--namename
              Check only passwords from file with name name.gpg.

       -q,--quiet
              Be quiet.

       -v,--verbose
              Be verbose.

       -V,--version
              Show the program version and exit.

       -h,--help
              Show usage message.

See Also

pass(1),pass-tomb(1),pass-import(1),pass-update(1),pass-otp(1)

Synopsis

passaudit [-f|--filename filename] [-h] [-V] [paths]

See Also