This project has been moved to https://github.com/maxhellwig/htpasswd-generator
This project provides a web application which generates htpasswd entries.
The app uses hash algorithms implemented in JavaScript, so your password has not to leave your browser.
bcryptjs is used for bcrypt, it's the default and the recommended hashing algorithm.
http://ichag.pages.gitlab.hellbit.de/htpasswd-generator/
git clone https://gitlab.hellbit.de/ichag/htpasswd-generator.git
npm install
npm run serve
npm run build