Bcrypt Tool

Generate bcrypt hashes from plain text or validate text against existing hashes.

Higher = more secure but slower (recommended: 10-12)
Password
Generated Hash
Hash will appear here...

About Bcrypt & htpasswd

Bcrypt Format
$2a$10$N9qo8uLO...
htpasswd Format
user:$2y$10$...
Cost Factor
2^rounds iterations (10 = 1024)
Usage
Apache/Nginx auth, password storage