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.
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.
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.
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.**
danielnaab/django-roesti
Provides a HashedModel - A Django model keyed on the hash of its contents
N-liraj-khanna/ASSISTASK
A Django Application, used in your day-to-day life. A Small personal assistant, to get your work done with.
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
hardy30894/URLHasher-URL-hashing-system
URL Hashing System to track long URLs with UTM tracking
tnaswin/hashing
A web-page in Django which takes in a text and returns its SHA256 Hash value. Follows Test Driven Development.
aalexkingg/django-login
A Django login page template with password hashing, database implementation and 3 try limit
tlee0058/Django_ORM
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.
tlee0058/Django_Fundamentals
Nyctophile0/JobPortal
DiomedesFromHell/SimpleDjangoWebApp
Simple Django web-app which allows one to upload a file and compute it's hash.