Geeks

dk-raw/api-password-generator

Strong Password Generator API

Primary LanguageJavaScript

  • api-password-generator Home Page
  • api-password-generator GitHub
  • MarkdownReadme
  • 0Issues
  • 3Stargazers
  • 2Watchers

Password Generator API

this is an API that returns a JSON object with a strong random password and the number of characters.


Example

url: https://password-generator-api-express.herokuapp.com/generate/34

response:

{
    "password":"q@Bpb-.RSmWZmGJSRPBo=o+9of!FnF6s%R",
    "length": 34
}

Docs

To get a password just call https://password-generator-api-express.herokuapp.com//generate/[number of characters].


Built on Express.js and hosted on Heroku.

Share to

Contact site admin: Geeks.