Examples and templates from the 1Password Solutions team
-
Updated
Dec 6, 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.
Deduplicating Apple Passwords to Bitwarden migration tool that outputs a Bitwarden‑ready CSV with only new entries.
🌳️🌐️🗝️ The Bliss Browser password manager.
Migration tool for Password Managers. Particularly centered around KeePassXC.
Hide/Restore the password(s) in your source code
Safe password generator that humans can remember, using a diceware algorithm style.
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.
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.
🔐 Encrypted password manager built with Python for Windows and Mac.
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.
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 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.
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 practical Python-based tool I built to simulate password rotation and secure storage for privileged accounts, inspired by real-world PAM workflows
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."