You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 anot…
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.
This repository contains a Spring Security-based project aimed at securing a Spring Boot application. The project demonstrates how to integrate Spring Security with a Spring Boot application, providing authentication and authorization mechanisms.
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.