A simple and fast tool to hash passwords in the terminal 🖥️✨
- ✅ Choose your hashing algorithm:
MD5🧩 |SHA1🔑 |SHA256💎 |Argon2⚡ |Bcrypt🔒 - ✅ Perfect for testing password security 👨💻
- ✅ Instant hash generation ⚡
Install via npm:
npm i -g hashwizardType this in your terminl to run:
hashwizard- First, answer the first question. (Enter your password?) Default value is AmirCodeZ1234:
- Next, choose the algorithm to hash the password (Default value is bcrypt):
3. Finally, you will see a success message, indicating that your hashed password has been created:
Made by AmirCodeZ