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 1 month 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.
- Host: GitHub
- URL: https://github.com/daggerok/bcrypt-toolkit
- Owner: daggerok
- License: mit
- Created: 2018-05-07T00:56:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T05:49:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-27T02:24:21.807Z (over 1 year ago)
- Topics: bcrypt, bcryptjs, gh-pages, material-design, material-design-icons, material-icons, materialize-css, webpack, webpack4
- Language: JavaScript
- Homepage: https://daggerok.github.io/bcrypt-toolkit
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]