wpuricz/ipfs-eos-demo
Demo saving text and images to ipfs and storing the hash on the EOS blockchain
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.
msc24x/hunter
A coding contest platform built to ease the process of hosting
ra101/MasquerBot
A TelegramBot for true paranoids.
Superioz/fancify
Generate fancy names from hashable content.
hstarorg/mt-router
The multi tab hash router for vue.
Ishanoshada/flask-auth-app
An authentication app built with Flask, featuring user registration, login, and advanced security measures like password hashing and CSRF protection.
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.
danielnaab/django-roesti
Provides a HashedModel - A Django model keyed on the hash of its contents
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.
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.**
njoyce/flask-assetrev
Flask extension supporting url generation of content hashed static assets.
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!
N-liraj-khanna/ASSISTASK
A Django Application, used in your day-to-day life. A Small personal assistant, to get your work done with.
klren0312/wechatVueHash
vue的hash路由 公众号授权示例
glebmachine/ngx-image-preload-service
Service, allows you to preload images, depends on HDPI resolution, respects Angular-cli hashing and SSR
olisystems/alf-transparency
Implement Hashing-Dashboard on the basis of the ALF Flex Market
Grewer/vue-router
complete a hash vue-router
rsakib15/Address-Hashing-Django
Wallet address and transaction data save, delete and update using Django Rest Framework
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.
thegeek13242/URL_Shortner
Simple API developed to shorten URLs using MD5 as hashing algorithm.
DiomedesFromHell/SimpleDjangoWebApp
Simple Django web-app which allows one to upload a file and compute it's hash.
iresharma/blockchain-and-flask-api
An attempt to create a borderline centralised blockchain using Flask and basic SHA256 hashing
VanessaPC/Vue-unique-URL-Serializer
A Unique URL serializer was written with Vue-Mongo-Express-Docker. The user is able to enter a URL, and it will always return an 8 length character hashed URL.
SirWilliamIII/mastery-security
VueJS app using modules like bcrypt and jsonwebtokens to validate and for password hashing with AES and SHA256, sending auth tokens, and authenticating upon receipt of token
tnaswin/hashing
A web-page in Django which takes in a text and returns its SHA256 Hash value. Follows Test Driven Development.
afeiship/next-hash
Get object hash code for next.
Nyctophile0/JobPortal
hardy30894/URLHasher-URL-hashing-system
URL Hashing System to track long URLs with UTM tracking
afeiship/next-file-md5
Get md5 hash for file.
aalexkingg/django-login
A Django login page template with password hashing, database implementation and 3 try limit
YashwantSingh7062/MEAN_Authentication
Developed a users authentication application with Angular-Node.js and MongoDB. And have used #jsonwebtoken for token based authentication, #multer for file upload, #bcrypt form hashing a password, etc.
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
joannakrawczyk99/cryptotask7
Creating a blockchain with protocols for hashing each block.
tlee0058/Django_ORM