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
- Host: GitHub
- URL: https://github.com/mdashraful305/hash-maker
- Owner: mdashraful305
- Created: 2023-05-01T04:16:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T04:18:36.000Z (about 3 years ago)
- Last Synced: 2025-02-08T01:33:26.691Z (over 1 year ago)
- Topics: bootstrap, cryptojs, css, hash, html, jquery
- Language: HTML
- Homepage: https://mdashraful305.github.io/Hash-Maker/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.