This project provides a web application which generates bcrypt hashed htpasswd entries.
The app uses hash algorithms implemented in JavaScript, so your password does not leave your browser.
A web worker is used to delegate password hashing to another thread. This keeps the UI responsive while generating the hashed password entry.
bcryptjs is used for bcrypt, it's the recommended hashing algorithm.
https://htpasswd-generator.netlify.app/
git clone https://github.com/maxhellwig/htpasswd-generator.git
npm install
npm run serve
npm run build