https://github.com/s1ntaxe770r/securepass_api
an API for generating secure passwords
https://github.com/s1ntaxe770r/securepass_api
api flask password-generator python
Last synced: 5 months ago
JSON representation
an API for generating secure passwords
- Host: GitHub
- URL: https://github.com/s1ntaxe770r/securepass_api
- Owner: s1ntaxe770r
- Created: 2020-01-02T03:27:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:42:10.000Z (about 2 years ago)
- Last Synced: 2024-12-26T02:07:15.125Z (7 months ago)
- Topics: api, flask, password-generator, python
- Language: Python
- Homepage: https://secure-woodland.herokuapp.com/generate
- Size: 3.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Securepass_Api 
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: GETReturns a password of 16 characters
* /generate/\/
* ### Methods: GET
Returns a password of the specified size
## consider leaving a :star: