Examples and templates from the 1Password Solutions team
-
Updated
Jul 14, 2025 - Python
Examples and templates from the 1Password Solutions team
A simple and secure Password Management System made completely in Python.
This project is a Python script for conducting a brute-force attack on a login page. It takes a target URL, a username, and a password file as inputs, attempting to find the correct password through successive login attempts.
Password Manager is a simple Python application for securely storing and managing your passwords. It uses PyQt5 for the graphical user interface and SQLite for database storage. Passwords are encrypted using the Fernet encryption library, ensuring the security of your sensitive data.
A simple and secure Password Management System made completely in Python.
🌳️🌐️🗝️ The Bliss Browser password manager.
Migration tool for Password Managers. Particularly centered around KeePassXC.
Hide/Restore the password(s) in your source code
Generador de contraseñas seguras con interfaz gráfica en Tkinter, que permite personalizar la longitud y los caracteres de la contraseña.
Safe password generator that humans can remember, using a diceware algorithm style.
🔐 Encrypted password manager built with Python for Windows and Mac.
Automate password review reminders using GitHub Actions, Excel data, and email alerts. Stay secure by getting notified when your passwords are due for review or haven’t been updated in a long time.
This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
An elegant Python CLI password manager with secure encryption, MariaDB/MySQL support, and clipboard integration
A Python script to extract and decrypt saved passwords from Google Chrome’s SQLite database, saving them to a text file. It uses AES decryption and the win32crypt library for Windows systems.
An encrypted password manager featuring category and tag-based organization, secure storage with cryptographic encryption, and a built-in random password generator for enhanced security
A Python-based tool that generates strong and secure passwords. It also checks the passwords against a database of known breaches to ensure they are safe to use.
securely store keys on your own device
💻 This Python script creates a secure password that is tailored to the user's preferences and specifications, such as length, character types, and minimum requirements for each type, by using a random password generator.
A tool for analyzing and improving password security by evaluating strength, identifying risks, and generating stronger alternatives.
Add a description, image, and links to the password-management topic page so that developers can more easily learn about it.
To associate your repository with the password-management topic, visit your repo's landing page and select "manage topics."