Skip to content

A hubot script to generates a unique, secure password using the passwd.me API

Notifications You must be signed in to change notification settings

bgunn/hubot-passwdme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-passwdme

A hubot script to generate passwords using the passwd.me API

See src/passwdme.coffee for full documentation.

Installation

In your hubot directory, run:

npm install hubot-passwdme --save

Then add hubot-passwdme to your external-scripts.json:

[
  "hubot-passwdme"
]

Usage

Assuming your hubot instance is called hubot, you can instruct it to generate passwords as follows. Options can be provided in any order.

hubot pw <lenght> <type> <charset> <seperator>
hubot pw 15
hubot pwd 24 pronounceable period

Options:

  • lenght : The length of the password between 8 and 64 characters (defaults to 12)
  • Type : random or pronounceable (defaults to random)
  • charset : mixedcasealphanumeric, numeric, lowercasealpha, uppercasealpha, mixedcasealpha, lowercasealphanumeric, uppercasealphanumeric (defaults to mixedcasealphanumeric)
  • seperator : hyphen, period, exclamation, question ( Only used if type = pronounceable )

About

A hubot script to generates a unique, secure password using the passwd.me API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published