HashTag is a minimalist mirosoftware that hash some text. This application should mainly be used by developers who want to quickly hash something. It can also keep in memory your previous hashes in order to save some time during your development process. Currently, their are 3 algorithms : MD5, SHA-256 and Bcrypt.
You can either download it from GitHub using the latest release, from the Electron apps website or from the Softpedia website.
Once done, double click on HashTag.exe
and it be ready to use.
- Clone the repository
$ git clone https://github.com/MrAnyx/HashTag.git
- Install the dependencies
$ npm install
- Run the application
$ npm start
- Build the application
$ npm run build
If you find a security issue or any other kind of issue, feel free to create an issue by clicking here. Same thing for the pull requests and feature requests.
Today, everything is made by MrAnyx
If you like this project or if you want to support me, you can simply smash the like button, just to let me know.
Currently, this project is under the GPL-3.0 license.