Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 805 Bytes

File Hash Verifier

CI Coverage Status code style: prettier

A react app to generate and verify cryptographic hash values of files. Uses digest method of Web Crypto API.

Check out the app here.

To run the app

$ nvm use
$ npm ci
$ npm start

License

MIT