Skip to content
#

password-hash

Here are 230 public repositories matching this topic...

The Password Generator is a powerful tool designed to help users create strong, secure passwords quickly and easily. It generates random passwords that meet security best practices by combining various character types such as uppercase letters, lowercase letters, numbers, and special symbols.

  • Updated Sep 26, 2024
  • CSS
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 Jul 31, 2024
  • Java

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

  • Updated Jul 17, 2024
  • Python

Improve this page

Add a description, image, and links to the password-hash 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-hash topic, visit your repo's landing page and select "manage topics."

Learn more