New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

passeo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passeo

🔓 Generate a Password with multiple options

  • 1.1.3
  • PyPI
  • Socket score

Maintainers
1

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, not passeo().generate.
  • [ADDED] Added encrypting and decrypting. It has been supported by CLI.

v1.1.3 changes


  • [FIXED] Fixed CLI and normal issues with encrypting and decrypting (wrong function from Fernet was used)

© Arjun Sharda 2022-present
All Rights Reserved

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc