solero / houdini-hash-gen

Web based hash generator for Houdini

Home Page:https://toolbox.solero.me/houdini-hash-gen/#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Houdini hash generator

This is a simple react application for generating password hashes for the free Houdini Club Penguin server.

You can generate and compare password hashes with this tool. It also provides advanced settings like changing the static key and bcrypt cost.

All hash generation is done within the browser and does not rely on any kind of external API.

Usage

You can run the dev server using the following npm script. This will automatically open a browser window where you can use the tool.

$ npm run start:dev

Alternatively, you can build the static files which can then be uploaded to a web server.

$ npm run build:prod

You may also visit the live version of the site.

Screenshot

hash generator screen

About

Web based hash generator for Houdini

https://toolbox.solero.me/houdini-hash-gen/#

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.5%