Changes between Initial Version and Version 2 of Ticket #34056


Ignore:
Timestamp:
Sep 27, 2022, 5:24:47 PM (20 months ago)
Author:
Paolo Melchiorre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34056

    • Property Has patch set
  • Ticket #34056 – Description

    initial v2  
    77This is the command line I used to download and extract the list of password from the original gist:
    88{{{
    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.gz
     9$ 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
    1010}}}
Back to Top