Skip to content
#

password-encryption

Here are 53 public repositories matching this topic...

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.

  • Updated May 1, 2024
  • Java

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…

  • Updated Jul 4, 2019
  • Python

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

  • Updated Apr 9, 2024
  • Java

Improve this page

Add a description, image, and links to the password-encryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-encryption topic, visit your repo's landing page and select "manage topics."

Learn more