Skip to content

TrendingTechnology/vue-htpasswd

 
 

Repository files navigation

htpasswd-generator

pipeline status coverage report

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.

Demo

http://ichag.pages.gitlab.hellbit.de/htpasswd-generator/

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

About

A Vue.js component to generate bcrypt htpasswd entries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.1%
  • HTML 28.1%
  • JavaScript 13.8%