Projects in Awesome Lists tagged with hashlib
A curated list of projects in awesome lists tagged with hashlib .
https://github.com/pymmdrza/brain33
Crack and Brute Force Attacking for Convert All Word's English and All Passlist Convert to HEX (SHA-256) Private Key
address bit bitcoin bitcoin-wallet brain compress crack ecdsa hashlib hex hunt private-key privatekey sha256 uncompress wallet word wordtohex
Last synced: 10 Apr 2025
https://github.com/kislyuk/rehash
Resumable hashlib: a picklable interface to CPython's OpenSSL-based hashlib standard library
hashlib persistence python serialization
Last synced: 16 Mar 2025
https://github.com/sectool/python-random-password-generator
Python - Random Password Generator ( R.P.G. )
github hash hashing hashlib password password-generator password-hash passwords project python python-programming python-programming-language python-script python-security python-security-bootcamp python2 random-password security security-project security-tools
Last synced: 11 Nov 2024
https://github.com/adafruit/adafruit_circuitpython_hashlib
Secure hashes and message digests
hacktoberfest hashlib sha1 sha224 sha384 sha512
Last synced: 04 Feb 2025
https://github.com/lukedschenk/hackinos-file-upload-finder
Just a place to keep a neat piece of code I made in order to assist in rooting the HackInOS machine on Vulnhub.
brute-force bruteforce ctf ctf-solutions ctf-tools hacking hackinos-machine hashing hashlib http http-requests pentesting python python-requests python3 reverse-shell vulnhub
Last synced: 26 Apr 2025
https://github.com/brodante/keyguardian
KeyGuardian Source Code
cybersecurity fernet-cryptography hashlib python-app python3 script tool zlib
Last synced: 11 Apr 2025
https://github.com/hurricanemark/sha-1-password-cracker
Information Security -- How to hack a password. One particular use case for hashing is for user authentication. Given an original object (password, file, image, etc), the content is hashed into SHA1, or MD5, and stored in database. So, even the application could not revert a given hashed object to its original content. To authenticate, the user will supply an original object {password, file, image, etc}. the same hash routine is applied to produce a hashed object. This hashed object is compared with one stored in the database looking for a match.
hashlib md-5 password-cracker python3 rainbow-table sha-1 unittest
Last synced: 22 Mar 2025
https://github.com/karanbravo/detective
building a new version control system.
binascii git hash-object hashlib init ls-tree os python write-tree zlib
Last synced: 04 Mar 2025
https://github.com/sandeep-shaw10/py_account_tracker_gui
Income & Expense Tracker
hashlib matplotlib-pyplot python3 reportlab sqlite3 tkinter-gui
Last synced: 06 Apr 2025
https://github.com/yifaneye/cracker
MD5 Hash cracker using Python, hashlib.
Last synced: 19 Feb 2025
https://github.com/henriqueiru/createblockchain
A creation of the basic blockchain by python
Last synced: 11 Mar 2025
https://github.com/rasbeetech/sha-1-password-cracker
A Python application to crack a hashed password using SHA-1
Last synced: 20 Mar 2025
https://github.com/futuresea-dev/roobetcrash
roobert crash
gym hashlib hmac matplotlib numpy python
Last synced: 05 Mar 2025
https://github.com/mithileshk11/steganography-app-aicte-internship-cybersecurity-edunet-foundation-
Secure Image Steganography App : This Streamlit-based Steganography App lets you securely encrypt and decrypt messages in images using the Least Significant Bit (LSB) technique. Messages remain invisible unless unlocked with the correct password.
hashlib numpy opencv3 python streamlit-webapp
Last synced: 09 Feb 2025
https://github.com/mmsaki/blockchain
A blockchain app using streamlit in python.
dataclasses hashlib pychain python streamlit-webapp typing web3py
Last synced: 06 Apr 2025
https://github.com/imskully/python-p2p-network
A peer-to-peer encrypted file sharing network over sockets with threading support for multiple clients.
hashlib peer-to-peer python python3 sha224 sockets threading torrenting
Last synced: 05 Mar 2025
https://github.com/sectool/python-text-encoding-software
Python - Text Encoding Software
encryption hash hashing-library hashing-passwords hashlib md5 python python-codes python-script sha-1 sha-224 sha-256 sha-384 sha-512 sha1 sha224 sha256 sha384 sha512 text-encryption
Last synced: 27 Feb 2025
https://github.com/mithileshk11/steganography-app-aicte-internship-cybersecurity-edunet-foundation
Secure Image Steganography App : This Streamlit-based Steganography App lets you securely encrypt and decrypt messages in images using the Least Significant Bit (LSB) technique. Messages remain invisible unless unlocked with the correct password.
hashlib numpy opencv3 python streamlit-webapp
Last synced: 17 Feb 2025
https://github.com/analitico-771/streamlit_blockchain_ledger
This a blockchain-based ledger system, complete with a user-friendly Streamlit web interface. This ledger allows the user to conduct financial transactions between senders and receivers, and also verify the integrity of the data in the ledger by checking the previous block's hash.
blockchain blockchain-demo blockchain-developer blockchain-ledger dataclasses hashlib pandas python3 streamlit typing
Last synced: 22 Feb 2025
https://github.com/moreati/fsverity-hash
fs-verity digest implementation for Python
file-integrity fs-verity fsverity hashing-algorithm hashlib
Last synced: 18 Mar 2025
https://github.com/anuraganalog/stegnography
Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video.
decode encode hacktoberfest hacktoberfest2024 hashlib hide information message os pil pillow python3 security stegnography text time
Last synced: 12 Mar 2025
https://github.com/ecopque/registration_and_login_project
This project demonstrates the implementation of a simple user registration, login, and account removal system using Python 3.11 with a MySQL/MariaDB database. The system uses Object-Oriented Programming (OOP) principles and the MVC (Model-View-Controller) architecture. It utilizes the SQLAlchemy ORM to interact with the database...
hashlib mariadb mariadb-database mvc-architecture mysql mysql-database oop orm python3 sha-256 sha-256-hash workbench
Last synced: 19 Mar 2025
https://github.com/mr-mudgal/password-breach-checker
Stay informed about the security of your passwords! The Password Checker is a simple one-page website built with Python Django that helps users determine if their passwords have been compromised in a data breach.
amazon-s3 amazon-web-services api aws-ec2 django django-application django-framework hashlib hashlib-library haveibeenpwned mkcert object-relational-mapping orm orm-framework python python3 requests requests-library-python requests-python responsive-web-design
Last synced: 26 Mar 2025
https://github.com/stevemats/hashgenerator
The how to generate hashes using hashlib module in python.
cryptography hashlib hashlib-library python
Last synced: 24 Feb 2025
https://github.com/dr-rompecabezas/sha-1-password-cracker
An Information Security project built as part of the freeCodeCamp curriculum.
hashlib infosec password-cracker python sha-1
Last synced: 17 Feb 2025
https://github.com/tochy97/vaultfilestore
This is a application that lets users securly store an encrption of any file online. The files can then later be downloaded back to their original copy, or downloaded as a SHA256 hash.
cryptography hashlib python tkinter-python
Last synced: 06 Jan 2025
https://github.com/canardconfit/hashlib
Collection of hashlib functions for Ansible
ansible hashlib password-hashing security
Last synced: 06 Jan 2025
https://github.com/steveleecode/sha256
Blockchain System using SHA-256 Encryption
blockchain hash hashlib python sha256
Last synced: 17 Feb 2025
https://github.com/mitali-juvekar/blockchain
Creating my first blockchain using python.
basic-blockchain blockchain hashing hashingfromscratch hashlib python
Last synced: 24 Feb 2025
https://github.com/baponkar/sign_in_and_sign_up_by_sqlite3_and_python3
Sign_in.py script for user register into a database with password.Sign_up.py script for validate a user and complete sign in process.The two module required sqlite3 and hashlib
cli hashlib python3 sqlite3 username-password
Last synced: 18 Feb 2025
https://github.com/baponkar/gui_signin_signup_in_python3
A GUI Desktop Sign In and Sign Up application by made Python3 with modules sqlite3, hashlib, PyQt5
gui hashlib linux pyqt5 python3 sha-256 sqlite3 ubuntu username-password
Last synced: 18 Feb 2025
https://github.com/stzyium/saltforge
A simple Python password security system using cryptographic concepts like salting, hashing, and PBKDF2.
cryptography hashing hashlib password-security python python-project salting sha256 sha256-hash
Last synced: 23 Mar 2025
https://github.com/petusotwo/encryptpassword
hashlib password password-crack python
Last synced: 08 Mar 2025
https://github.com/beryllium-org/hashutils
A collection of hash utils for ljinux.
Last synced: 09 Mar 2025
https://github.com/hygull/pyrandocs
A repository (pyrandocs i.e. Python's v2/v3 random documents/files) containing different Python v2/v3 based resources (files/documents etc.) from random topics. A project to try different Python's features.
base64 beautifulsoup class exception-handling hashlib json jwt-authentication loops matplotlib nltk numpy pandas python2 python27 python3 requests searching time-complexity urllib urllib2
Last synced: 16 Mar 2025
https://github.com/filiprokita/hashtool
A simple command-line tool for calculating the MD5, SHA-1, and SHA-256 hash values of a text or a file, written in Python.
algor command-line-tool cryptography encrypt encryption encryption-algorithms file-hashing hack hashing hashlib md5 python python3 securirty sha sha1 sha256 text-hashing
Last synced: 24 Mar 2025
https://github.com/dhruvv1402/blockchain-python
A Python-powered blockchain project featuring a basic implementation for learning and an advanced version with enhanced security, smart contracts, and peer-to-peer networking.
blockchain decentralization flask hashlib json python requests rest-api smart-contracts
Last synced: 24 Mar 2025
https://github.com/igor10s/xhash
A script that computes the hash of strings or files using a user-specified algorithm (supported by the Python hashlib library). Useful for checking data integrity or generating unique identifiers.
argparse easy-to-use hash hashlib linux python3 windows
Last synced: 01 Apr 2025
https://github.com/henriquesebastiao/blindage
🔐 Pythonic Password Manager.
2fa argon2 cryptography hashlib mfa password-manager python sqlalchemy totp typer
Last synced: 09 Mar 2025
https://github.com/cr0mb/satoshi-sweeper
Satoshi Sweeper is a Bitcoin wallet generator and balance checker. It generates mnemonic phrases, derives Bitcoin addresses (Legacy, Nested SegWit, and Native SegWit), and checks their balances using the Blockstream API.
biputils bitcoin bitcoin-finder bitcoin-recovery bitcoin-stealer bitcoin-wallet cryptography ethereum ethereum-finder ethereum-stealer ethereum-wallet hashlib
Last synced: 20 Feb 2025
https://github.com/priyankaav123/sqli_detection_dashboard
A real-time SQL Injection detection and monitoring dashboard designed for security personnel and organizations that require real-time alerts and diagnosis.
concurrent-features flask-cors flask-socketio flask-sqlalchemy hashlib react-chartjs-2 react-hot-toast react-native react-native-component react-router reactjs regex-patterns requests-library-python shadcn-ui sqlmap tailwindcss websockets
Last synced: 10 Apr 2025