Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/bcrypt-toolkit

This repo contains simple and fast static web site with bcrypt tookit for generation bcrypt hash from password and matching password within hash to verify it it's correct.
https://github.com/daggerok/bcrypt-toolkit

bcrypt bcryptjs gh-pages material-design material-design-icons material-icons materialize-css webpack webpack4

Last synced: about 6 hours ago
JSON representation

This repo contains simple and fast static web site with bcrypt tookit for generation bcrypt hash from password and matching password within hash to verify it it's correct.

Awesome Lists containing this project

README

        

= BCrypt Toolkit image:https://travis-ci.org/daggerok/bcrypt-toolkit.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/bcrypt-toolkit"]

- generate bcrypt hash from password
- verify hash + password

[sources,bash]
----
yarn -i
yarn build
yarn start

open http://127.0.0.1:3000/

yarn deploy
----

links:

- link:https://github.com/webpack-contrib/mini-css-extract-plugin[nice css extract plugin]