Best Flask open-source libraries and packages

IPassword

Generation of random and secure passwords
Updated 2 months ago

Python Web Vercel App

IPassword: Fast and secure password generator 🔑

✅ Web app online ✅ See our Free API

Password generator written in Python that generates random passwords with uppercase and lowercase letters, digits, and punctuation.

Ipassword banner

CLI APP

Run ipassword on bash or CMD with python and one single line command

Requirements

Make sure you have Python installed on your system. This script has been tested with Python 3.

Usage

  1. Clone or download this repository to your computer.

  2. Navigate to the directory where the ipassword.py file is located. (CLI/ipassword.py)

  3. Run the script by passing the desired number of characters as an argument. For example:

    python ipassword.py --num 12

    or

    python ipassword.py -n 12

    This will generate a 12-character password and display it in the terminal.

Arguments

  • --num or -n: Specifies the number of characters in the password.

Example

python ipassword.py --num 16

Web app (Online, for everyone!)

Web app

Acess now: https://ipassword.vercel.app/ 🔑

IPassword API

Connect your app with a fast and secure password generator

DEMO: https://ipassword-api.vercel.app/generate/8

How it works:

https://ipassword-api.vercel.app/generate/<number of characters to create the password>

https://ipassword-api.vercel.app/status

https://ipassword-api.vercel.app/about

A single request, a new password 🪄

just one GET method to generate a new and random secure password, try it now:

Docs

Features in development 🎯

  • Parameters for developers
    • ?symbols=true // ?symbols=false
    • ?uppercase=true // ?uppercase=false
    • ?numbers=true // ?numbers=false
Tags password