Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:42:10.000Z (over 1 year ago)
- Last Synced: 2024-04-21T17:18:48.168Z (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 ![Python application](https://github.com/s1ntaxe770r/Securepass_Api/workflows/Python%20application/badge.svg)
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: