Examples and templates from the 1Password Solutions team
-
Updated
Oct 30, 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
A Python tool that compares Apple Passwords exports with Bitwarden vaults and generates an import file of only the missing passwords for efficient synchronization.
Safe password generator that humans can remember, using a diceware algorithm style.
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.
An elegant Python CLI password manager with secure encryption, MariaDB/MySQL support, and clipboard integration
This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
🔐 Encrypted password manager built with Python for Windows and Mac.
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.
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.
💻 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.
securely store keys on your own device
A practical Python-based tool I built to simulate password rotation and secure storage for privileged accounts, inspired by real-world PAM workflows
HashSafe is a robust and secure password manager built with Python and Tkinter. It ensures your data is protected using advanced encryption and hashing techniques, including bcrypt, Fernet, and PBKDF2HMAC. Manage your passwords with ease and confidence. Audited and passed with flying colors, no 2FA to compromise your ID, strictly offline.
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."