Salt Generator
Generate cryptographic salts for password hashing online for free.
Hash with Salt (demo)
이 도구에 대하여
Generate random cryptographic salts for use in password hashing with bcrypt, Argon2, PBKDF2, and other algorithms. Salts ensure identical passwords produce different hashes.
사용 방법
Set Length
Choose salt length in bytes (16-64 bytes recommended).
Choose Format
Select output format: hex, base64, or base32.
Generate
Click Generate and copy the salt.
활용 사례
Password Hashing
Generate salts for bcrypt, Argon2, and PBKDF2 password hashing.
자주 묻는 질문
Is the salt cryptographically secure?
Yes. Salts are generated using crypto.getRandomValues() — suitable for security applications.