A Python tool for decrypting passwords hashed with the AuthMe SHA256 algorithm. Ideal for penetration testing and security audits on Minecraft servers using the AuthMe authentication plugin.
-
Updated
Aug 9, 2024 - Python
A Python tool for decrypting passwords hashed with the AuthMe SHA256 algorithm. Ideal for penetration testing and security audits on Minecraft servers using the AuthMe authentication plugin.
Gecko Browser (Firefox, Waterfox, Librewolf, etc) Password Decryption
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.
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.
Add a description, image, and links to the password-decryption topic page so that developers can more easily learn about it.
To associate your repository with the password-decryption topic, visit your repo's landing page and select "manage topics."