Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 704 Bytes

Build Status

README

Calculators

Need to calculate some SHA1-hashes? Want to generate a few Finnish national identification numbers (hetu)?

This repo contains the source code for a static web page that has all those nifty calculators working in the browser. No data is sent anywhere, so you can calculate password hashes safely.

Installation instructions

Install dependencies:

yarn

Build project:

yarn build

Develop (watch for changes):

yarn start

Run tests:

yarn test

See the results

After building, open the file build/index.html in your browser.