Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/daggerok/bcrypt-toolkit
- Owner: daggerok
- License: mit
- Created: 2018-05-07T00:56:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T05:49:39.000Z (over 6 years ago)
- Last Synced: 2024-11-11T15:40:35.693Z (about 2 months 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 startopen http://127.0.0.1:3000/
yarn deploy
----links:
- link:https://github.com/webpack-contrib/mini-css-extract-plugin[nice css extract plugin]