/Securepass_Api

an API for generating secure passwords

Primary LanguagePython

Securepass_Api Python application

an API for generating secure passwords

How to Run

  • clone the repo

  • Activate the virtual enviroment

  • Linux : source env/bin/activate

  • Windows : env\Scripts\Activate

  • Install the dependencies

    • pip install -r requirements.txt
  • Run the app

    • Python app.py

Endpoints

  • /generate
    • Methods: GET

Returns a password of 16 characters

  • /generate/<int:size>/

    • Methods: GET

Returns a password of the specified size

consider leaving a