password-encryption
There are 75 repositories under password-encryption topic.
Password4j/password4j
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.
Amine-Smahi/C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
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.
ksoichiro/node-archiver-zip-encryptable
An extension for archiver to zip with password encryption.
neva-dev/gradle-fork-plugin
Gradle Fork Plugin - Project generator based on live archetypes (example projects) & interactive gradle.properties file generator
3xploitGuy/loginpod
Make online accounts hackproof by using encrypted passwords.
unix4fun/passwd
A simple password hashing & compare golang package
VirgilSecurity/virgil-purekit-go
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.
0x01369/Password-Encryption
Password Encryption
CodeDroid999/MEANStack-User-Registration--Back-end
MEAN Stack User Registration Using Node JS
Altyaerau/KeyToss-Passwords-Manager-Secure-Encrypted
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.
geegog/todo_backend
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.
riteshporiya/nest-auth
🔐 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.
alimoezzi/Password-Manager
A password manger that uses inline x86 assembly for password encryption
aneguet/PHP_Socially_SocialMediaWeb
Social Media Web using PHP as its main language, vanilla JS, mySQL with PDO statements and password encryption
cardinal9999/CryptoQuail-Translations
🔏 CryptoQuail in different programming languages.
harris-ahmad/AuthenticationSystem
This repo serves the purpose of implementing session based authentication for modern-day web applications.
Tryferos/CAD
Basketball Management System for University assignment
tungtuhoccode/Tung-Fashion-Store
An eye-catching and user-friendly fashion store built using MERN stack.
BayKanguru/p_fed
p_fed - Password File Encryption/Decryption in python using pyca/cryptography library, uses AES256.
MST-369/Password-Manager
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
pixelPusher03/Login-podium
Password encrypter + manager
raihanM95/Encrypt.Pass
Provides base types for cryptographic algorithms, including hashing, encryption.
rohit-56/Blog-Application-Backend
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
rooter09/Password-Generator
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.
wsapiens/spark-property-manager
Real Estate Property Management Web Application to manage Bookkeeping and WorkOrder easy
AnkushGitRepo/Cashflow-Compass
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
elliotsyun/goated-password-manager
This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
m3shovon/Dynamix
Utility Tool
MIISTERC/PassSwift
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.
Salma-Mamdoh/Advanced-Laravel-User-Registration-Platform
Our Project for Web Based Course taken during fall 2024 semester
Synterraapt/KeyToss-Passwords-Manager-Secure-Encrypted
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.
Synterraapt/Temur-Passwords-Manager-Keep-Safe-Windows
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.
tatilimongi/Secure-UserForm
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.
yashrajillusion/spring-boot-server
A webserver built on spring boot as to learn REST api authentication authorisation and sql db connection setup