🔓 Generate a Password with multiple options
Project description
Passeo
"🔓 Generate a Password with multiple options"
What is Passeo?
Passeo is a python password generator developed by Arjun Sharda, under the MIT License.
Passeo is used for checking your password through our strength check (includes Pwned, Length, and Case) and generate a password with multiple options.
Why use Passeo?
Passeo is a upcoming password generator project, with massive plans in the future, such as generation of a password and strength checker via CLI/terminal. Passeo is also completely safe to use and is open source for the community to know how the codebase works and learn from how the password generator.
Quickstart
from passeo import passeo
print(passeo.generate(length=10, numbers=True, symbols=True, uppercase=True, lowercase=False, space=True, save=True))
v1.1.0 changes
- [BREAKING] Changed Passeo to a Enum, meaning that it will now be for generation for example
passeo.generate
, notpasseo().generate
. - [ADDED] Added encryption and decryption. It has been supported by CLI.
© Arjun Sharda 2022-present
All Rights Reserved
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
passeo-1.1.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file passeo-1.1.0.tar.gz
.
File metadata
- Download URL: passeo-1.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43c5c69c187be07ce06ad4a77e05005a4559115fff33a43c21e3aebc2d9385d4 |
|
MD5 | 43cd2422ee993f5d80afc945728e4b2a |
|
BLAKE2b-256 | 3c32fdf72fb06b1dd36354bc10bcd25610fff357d1ce9a8d87f5dcaaeadaa15e |
File details
Details for the file passeo-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: passeo-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d50ca669ab38a40e1792f0ac1ce5734c4cbf83667e00a0fb2952f8cdd466de3 |
|
MD5 | 388678712af1d290198cd3611864ec14 |
|
BLAKE2b-256 | ef00a8a593ea37f5da840ae5b0e12841475ccb30ed71e2ce9a59efb15f21fac5 |