barseghyanartur/ska
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
winterjung/file-on-blockchain
📦 Store file's hash on ethereum blockchain and verify it's original
xros/py_django_crack
Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.
ra101/MasquerBot
A TelegramBot for true paranoids.
Superioz/fancify
Generate fancy names from hashable content.
Enecode/secure-web-application
This article demonstrated web security best practices by building a secure web application using Django, a powerful Python web framework. I covered password hashing, secure session management, authentication, authorization, and other key security considerations with accompanying code examples.
Ishanoshada/flask-auth-app
An authentication app built with Flask, featuring user registration, login, and advanced security measures like password hashing and CSRF protection.
ShaneWD/PasswordManagerWebsite
A password manager with a stored hashed main-password, which is used to encrypt passwords of secondary accounts. **Plain text passwords are not stored.**
PrathameshDhande22/DumpAPI-Flask-Restful
DumpAPI is a Flask RESTful API with JWT token authentication, storing department and employee data in a free cloud PostgreSQL database with password hashing for security.
jpjacobpadilla/Flask-Login-System
Learn how to create a secure Flask user authentication system with Argon2 hashing, an SQLite database, and signed-cookies in Python!
njoyce/flask-assetrev
Flask extension supporting url generation of content hashed static assets.
N-liraj-khanna/ASSISTASK
  A Django Application, used in your day-to-day life. A Small personal assistant, to get your work done with.
danielnaab/django-roesti
Provides a HashedModel - A Django model keyed on the hash of its contents
dms24081999/Social-Web-App-Sem-4-PYTHON
Tech-Stack: Django, Django-REST-Framework, HTML5, CSS3, JavaScript, jQuery, AJAX, JSON, Bootstrap-4, MySQL/SQLite3/any type of RDBMS compactible with Django. A dynamic social web app to post images or quotes, edit/delete posts, like/dislike posts, follow/unfollow users, create hash tags for posts, tag people in posts, search results in real-time. Round-robin Load balancing with Nginx to handle large amount of users.
rsakib15/Address-Hashing-Django
Wallet address and transaction data save, delete and update using Django Rest Framework
tnaswin/hashing
A web-page in Django which takes in a text and returns its SHA256 Hash value. Follows Test Driven Development.
DiomedesFromHell/SimpleDjangoWebApp
Simple Django web-app which allows one to upload a file and compute it's hash.
hardy30894/URLHasher-URL-hashing-system
URL Hashing System to track long URLs with UTM tracking
Nyctophile0/JobPortal
aalexkingg/django-login
A Django login page template with password hashing, database implementation and 3 try limit
RealOrangeOne/django-plaintext-password
A Django password hasher to store passwords in plaintext
Riksa011/Start2Impact-BlockChain-Final-Project
BlockSneakers is an auction platform to sell limited edition shoes by an eco-friendly footwear company. It allows users to bid, track their wallet balance and verifiy auction results through the sha256 hash broadcasted on the Ethereum blockchain.
thegeek13242/URL_Shortner
Simple API developed to shorten URLs using MD5 as hashing algorithm.
tlee0058/Django_Fundamentals
joannakrawczyk99/cryptotask7
Creating a blockchain with protocols for hashing each block.
iresharma/blockchain-and-flask-api
An attempt to create a borderline centralised blockchain using Flask and basic SHA256 hashing
tlee0058/Django_ORM