Modern password hashing for Python
-
Updated
Nov 18, 2024 - 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.
Password manager and generator written in Python
Kashword is an innovative approach to reclaim control of your passwords without relying on password managers.
Python - Text Encoding Software
software that manages rainbow tables
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 script is a simple password hashing tool that allows users to choose from various hashing algorithms to hash their passwords.
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 secure web app for managing cryptographic keys and user files, featuring user authentication, file encryption/decryption, and hash generation using Flask and SQLAlchemy.
An implementation of bcrypt, a password hashing algorithm that is based on Blowfish Block Cipher and uses Expensive Key Scheduling
HashCrack is a powerful and simple tool designed for cracking any type of hash using efficient wordlist attack
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.
Hashing with Python3. Create Encryption of any string , passwords with md5, sha hashing.
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."