Changes between Initial Version and Version 2 of Ticket #34056
- Timestamp:
- Sep 27, 2022, 5:24:47 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34056
- Property Has patch set
-
Ticket #34056 – Description
initial v2 7 7 This is the command line I used to download and extract the list of password from the original gist: 8 8 {{{ 9 $ curl https://gist.githubusercontent.com/roycewilliams/226886fd01572964e1431ac8afc999ce/raw/7e4f976f31f6f9bbd54781c7792f8272fb2fd613/pwnedpasswords-v6-top20k.txt | csvtool drop 49 - | csvtool col 3 -t : - | gzip -9 > common-passwords.txt.gz9 $ curl https://gist.githubusercontent.com/roycewilliams/226886fd01572964e1431ac8afc999ce/raw/7e4f976f31f6f9bbd54781c7792f8272fb2fd613/pwnedpasswords-v6-top20k.txt | csvtool drop 49 - | csvtool col 3 -t : - | uconv -x lower | gzip -9 > common-passwords.txt.gz 10 10 }}}