An open API service indexing awesome lists of open source software.

https://github.com/mdashraful305/hash-maker

Hash Maker is a web application that allows you to generate MD5, SHA-1, and SHA-256 hashes
https://github.com/mdashraful305/hash-maker

bootstrap cryptojs css hash html jquery

Last synced: 3 months ago
JSON representation

Hash Maker is a web application that allows you to generate MD5, SHA-1, and SHA-256 hashes

Awesome Lists containing this project

README

          

## Hash Maker

Hash Maker is a web application that allows you to generate MD5, SHA-1, and SHA-256 hashes from text input. It is built using HTML, CSS, jQuery, and the CryptoJS library.

## Live Preview
```bash
https://mdashraful305.github.io/Hash-Maker/
```
## Usage

To use Hash Maker, simply enter the text you want to hash into the input field, and click one of the "Generate" buttons to generate a hash. You can choose between MD5, SHA-1, and SHA-256 by clicking on the respective button.

To clear the input field and output, click the "Clear" button.

## Dependencies

Hash Maker depends on the following libraries:

- jQuery: https://jquery.com/
- CryptoJS: https://cryptojs.gitbook.io/docs/

These libraries are included in the HTML file via CDN links.