An open API service indexing awesome lists of open source software.

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.

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