vue bcrypt_一个Vue.js组件来生成bcrypt htpasswd条目

司业
2023-12-01

vue bcrypt

htpasswd生成器 (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.

该项目提供了一个生成htpasswd条目的Web应用程序。 该应用程序使用JavaScript中实现的哈希算法,因此您的密码不必离开浏览器。

bcryptjs is used for bcrypt, it's the default and the recommended hashing algorithm.

bcryptjs用于bcrypt,它是默认值和推荐的哈希算法。

项目设置 (Project setup)

git clone https://gitlab.hellbit.de/ichag/htpasswd-generator.git
npm install

编译和热重装以进行开发 (Compiles and hot-reloads for development)

npm run serve

编译并最小化生产 (Compiles and minifies for production)

npm run build

翻译自: https://vuejsexamples.com/a-vue-js-component-to-generate-bcrypt-htpasswd-entries/

vue bcrypt

 类似资料: