pwned-csv

1.1.1 • Public • Published

pwned-csv

Fastest way to make sure all your passwords are safe

Build Status Coverage Vulnerabilities npm License

Basic usage

$ node pwned.js --csv ./Chrome Passwords.csv

Table of contents


Setup

Node.js installation

  • Install Node.js if you don't have it already. Note: Node 6 or greater would be better for "best results".

Setup with npm

  • Install the dependencies and link them:
$ npm install
$ npm link

Detailed usage

Obtaining Chrome Passwords.csv

Open Google Chrome password settings (chrome://settings/passwords), press more options ( icon), and click on Export passwords... This should down download a Chrome Passwords.csv file. Put it on the root folder of pwned-csv and run the following from a command prompt where you have Node.js

$ node pwned.js --csv ./Chrome Passwords.csv

Tip: if you have kept the default name, you can skip the --csv option:

$ node pwned.js

CLI Options

OptionsDescriptionDefault value
--csv Display safe passwords./Chrome Passwords.csv
-s--safeDisplay safe passwordsfalse
-h--helpOutput usage information
-V--versionOutput the version number

Package Sidebar

Install

npm i pwned-csv

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

17.5 kB

Total Files

9

Last publish

Collaborators

  • j-888