Skip to content

πŸ”‘ A nodeJS CLI wrapper to easily push passwords to PasswordPusher

License

Notifications You must be signed in to change notification settings

lnfnunes/pwpush-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a8eb71 Β· Oct 31, 2022

History

76 Commits
Oct 31, 2022
Oct 11, 2019
Apr 3, 2018
Mar 20, 2018
Mar 11, 2018
Mar 20, 2018
Oct 31, 2022
Mar 11, 2018
Oct 11, 2019
Oct 11, 2019
Oct 31, 2022
Oct 31, 2022

Repository files navigation

pwpush-cli

Greenkeeper badge

A nodeJS CLI wrapper to easily push passwords to pwpush.com

NPM

npm version Build Status Coverage Status Maintainability
Downloads/month Download-size

image

Install

npm install -g pwpush-cli

Usage

pwpush <password> [parameters] [options]

# Long version
pwpush MyVerySecretP@sswd2BeBroken --days 1 --views 2

# Short version
pwpush MyVerySecretP@sswd2BeBroken -d 1 -v 2

Tip: The secure generated link should be automatically be copied to the clipboard. Just paste it 🍻

Parameters

--days | -d

Type: integer
Default value: 7

Number of days until the password is deleted.

--views | -v

Type: integer
Default value: 5

Number of visualizations until the password is deleted.

--disallow-delete | -r

Disallow the viewer to delete the password before expiration (by default viewers are allowed to delete the password)

Options

--allow-weak

Disable password strength verification. Not recommended!!
Read more about OWASP security guideline.

--version

Display package version.

--help | -h

Display help usage information.

Contributing

Bug reports and Pull Requests are welcome!

License

MIT License Β© Leandro Nunes