Modern password hashing for Python
-
Updated
Jul 9, 2025 - Python
Modern password hashing for Python
Decrypt Hashes. md5, sha-1, sha-256, shaw-512(unix), and Windows NT hashes. Multi-threaded and includes a saftey to prevent cpu exhaustion
This repository was submitted as the final project for CS50X 2023 online course offered by Harvard University. It’s a web application built around Flask’s framework and some software development/web programming languages covered by the course, such as Python, JavaScript, SQL, HTML and CSS. The application is designed for storing passwords.
This script is a simple password hashing tool that allows users to choose from various hashing algorithms to hash their passwords.
Kashword is an innovative approach to reclaim control of your passwords without relying on password managers.
software that manages rainbow tables
Password manager and generator written in Python
📂 Advanced Hash Cracker is a user-friendly tool for recovering passwords from hashes. It supports algorithms like MD5 and SHA-256, using dictionary attacks with custom files. Features include fast multi-threading, real-time progress tracking, and session control. Perfect for security enthusiasts. Start cracking! 🔓
SITS is a secure IoT system that implements lightweight cryptography which performs strong security mechanism, encryption or decryption with low power applications. Here we apply the lightweight cryptographic algorithms in order to achieve end-to-end security and with lower power consumption in these devices. These lightweight algorithms are des…
This is a secure, full-featured password manager with both a command-line and graphical interface. It empowers you to safely store, retrieve, and manage credentials for all your websites and applications, backed by robust encryption and a user-friendly experience. [Dual Interface, Mysql Support, Clipboard Integration, Recovery & reset, etc]
Python - Text Encoding Software
Basic python program for brute forcing a SHA256 hash value given the length in characters of the original value is known.
Hashing with Python3. Create Encryption of any string , passwords with md5, sha hashing.
This repository features two exciting challenges: 🔒 Hashing and 🔓 Decrypting using Secretbox and base64. Each challenge is equipped with two comprehensive unit tests to ensure the code's reliability. Additionally, the terminal output is beautifully designed with the Colorama library, providing a visually appealing display of results. 🚀✨
A .py application to hash secure user entered sensitive data or passwords using the SHA3-256 Crypto Algorithm, to make one's available online data secure & resistive against possible data breaches online.
A powerful and secure Python-based command-line tool for password hashing, verification, and recovery using the industry-standard bcrypt algorithm. Features a beautiful interactive interface with multiprocessing-powered password cracking capabilities.
A secure web app for managing cryptographic keys and user files, featuring user authentication, file encryption/decryption, and hash generation using Flask and SQLAlchemy.
In this program, we store the user's password in an encrypted form. From it, we will verify if the user's login password is correct.
🔐 SecureVault is a Python-based project designed to provide robust encryption and decryption functionalities.
Add a description, image, and links to the hashing-passwords topic page so that developers can more easily learn about it.
To associate your repository with the hashing-passwords topic, visit your repo's landing page and select "manage topics."