https://github.com/ispique/hash-generator
This script is a simple password hashing tool that allows users to choose from various hashing algorithms to hash their passwords.
https://github.com/ispique/hash-generator
argon2 bcrypt blake2b hash hashing hashing-algorithm hashing-algorithms hashing-functions hashing-passwords md5 password-hashing password-hashing-algorithms pbkdf2 pbkdf2-hmac python scrypt sha256 sha512 shake128 shake256
Last synced: 2 months ago
JSON representation
This script is a simple password hashing tool that allows users to choose from various hashing algorithms to hash their passwords.
- Host: GitHub
- URL: https://github.com/ispique/hash-generator
- Owner: isPique
- License: mit
- Created: 2024-01-13T17:08:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T16:39:20.000Z (5 months ago)
- Last Synced: 2025-06-04T22:29:30.823Z (4 months ago)
- Topics: argon2, bcrypt, blake2b, hash, hashing, hashing-algorithm, hashing-algorithms, hashing-functions, hashing-passwords, md5, password-hashing, password-hashing-algorithms, pbkdf2, pbkdf2-hmac, python, scrypt, sha256, sha512, shake128, shake256
- Language: Python
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INSTALLATION
```bash
pip install -r requirements.txt
```# Supported Hashing Algorithms
- Argon2
- BCrypt
- SCrypt
- MD5
- SHA-256
- SHA-512
- Blake2b
- PBKDF2-HMAC
- SHAKE-128
- SHAKE-256