There are 1 repository under password-encryption topic.
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.
Some of the projects i made when starting to learn c#, winfroms and wpf
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.
An extension for archiver to zip with password encryption.
Gradle Fork Plugin - Project generator based on live archetypes (example projects) & interactive gradle.properties file generator
Make online accounts hackproof by using encrypted passwords.
PureKit Golang is a security framework that allows developers to protect users' passwords and sensitive personal information in a database from data breaches and both online and offline attacks and make stolen passwords useless even if a database is breached.
MEAN Stack User Registration Using Node JS
Todo Backend application in Elixir Phoenix Framework. Password encrypted using Argon2, JWT authorization implemented and project runs in docker container with Postgres Database and deployed to Heroku.
🔐 A robust authentication & authorization system built with NestJS + TypeScript. Features JWT RS256 encryption, secure password handling with public/private keys, and role-based access control. 🚀 Powered by PostgreSQL & TypeORM. ✨ Production-ready with complete auth flows.
A password manger that uses inline x86 assembly for password encryption
highly secure password manager that stores and encrypts login credentials, protecting sensitive data with advanced encryption and offering safe, easy access to passwords across devices.
Social Media Web using PHP as its main language, vanilla JS, mySQL with PDO statements and password encryption
🔏 CryptoQuail in different programming languages.
This repo serves the purpose of implementing session based authentication for modern-day web applications.
An eye-catching and user-friendly fashion store built using MERN stack.
p_fed - Password File Encryption/Decryption in python using pyca/cryptography library, uses AES256.
A page for Password Manager which has options to signup, signin as user and separate login access for admin to manage and retrieve the users and their passwords
Password encrypter + manager
Provides base types for cryptographic algorithms, including hashing, encryption.
Blog Application is a user-friendly project where a user can register himself, post a blog, add comments. Building backend of Blog Application in JAVA using Spring Boot Framework and MySQL Database
Password Generator with Strength Checker and Encrypted Storage is a Python tool that generates secure passwords, checks their strength, and stores them securely using encryption. It ensures passwords are strong by evaluating length, character variety, and then encrypts and saves them using the cryptography.fernet module.
Real Estate Property Management Web Application to manage Bookkeeping and WorkOrder easy
The Python-based CLI Expense Tracker is a command-line application for managing and analyzing expenses. It allows users to add, update, and delete expenses, categorize spending, and generate detailed reports with visualizations. Featuring secure authentication, data persistence, and PDF exports, it helps users track financial trends efficiently
This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
PassSwift: A Python script for streamlined password tasks. Generate robust passwords, check strength, validate against a wordlist, and securely store with encryption. User-friendly menu for easy navigation. Ideal for efficient and secure password management.
Our Project for Web Based Course taken during fall 2024 semester
highly secure password manager that stores and encrypts login credentials, protecting sensitive data with advanced encryption and offering safe, easy access to passwords across devices.
secure password manager for Windows that stores, encrypts, and organizes login credentials, offering strong protection against unauthorized access while providing easy retrieval for authorized users.
A secure user authentication system with JWT, implementing best practices for secure development, including RBAC, PBAC, session expiration, password encryption with BCrypt, simple audit logging, and Docker containerization as part of a Secure Development course project.
A webserver built on spring boot as to learn REST api authentication authorisation and sql db connection setup