vue bcrypt
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.
该项目提供了一个生成htpasswd条目的Web应用程序。 该应用程序使用JavaScript中实现的哈希算法,因此您的密码不必离开浏览器。
bcryptjs is used for bcrypt, it's the default and the recommended hashing algorithm.
bcryptjs用于bcrypt,它是默认值和推荐的哈希算法。
git clone https://gitlab.hellbit.de/ichag/htpasswd-generator.git
npm install
npm run serve
npm run build
翻译自: https://vuejsexamples.com/a-vue-js-component-to-generate-bcrypt-htpasswd-entries/
vue bcrypt