A nodeJS CLI wrapper to easily push passwords to pwpush.com
npm install -g pwpush-cli
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 ๐ป
Type: integer
Default value: 7
Number of days until the password is deleted.
Type: integer
Default value: 5
Number of visualizations until the password is deleted.
Disallow the viewer to delete the password before expiration (by default viewers are allowed to delete the password)
Disable password strength verification. Not recommended!!
Read more about OWASP security guideline.
Display package version.
Display help usage information.
Bug reports and Pull Requests are welcome!
MIT License ยฉ Leandro Nunes