1PASS-PWNED(1) General Commands Manual PASS-PWNED(1)
2
3
4
6 pass-pwned - Password-Store extension for Have I Been Pwned? Pwned
7 Passwords API
8
9
11 pass pwned [ pass-name ]
12
13
15 pass-pwned is a pass(1) extension for checking passwords in a pasword-
16 store against the Have I Been Pwned? Pwned Passwords API
17
18
20 pass-name
21 The password from the password-store to check against the Pwned
22 Passwords API. This also accepts a quoted shell glob pattern
23 which will check multiple passwords from the password-store
24
25
27 PASSWORD_STORE_ENABLE_EXTENSIONS
28 This environment variable must be set to "true" for extensions
29 to be enabled. See pass(1) for more information on using pass‐
30 word-store extensions.
31
32
34 pass pwned <pass-name>
35 <pass-name>:3303003
36
37
38 pass pwned <pass-name>
39 <pass-name>:0
40
41
42 pass pwned "**/*"
43 <pass-name>:3303003
44 <pass-name>:0
45
46
48 pass(1)
49
50
51
52 PASS-PWNED(1)