Simple Hash Generator

Text input to be hashed:


{{inputSize}}

Or

File input to be hashed:


{{fileInputSize}}
If you want to see more hash functions, you can request them by making an issue here, or implement it and make a pull request here. I will gladly merge them in :-)

{{generatedHashRow.name}}


{{generatedHashRow.generationDurationText}}

Disclaimer

All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend downloading the latest release here, turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the source code here.

About the Author

This project was originally created by Peter Ryszkiewicz (pRizz@GitHub), software engineer in Chicago, IL.

About the Project

This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.

MIT License

Copyright (c) 2017 Peter Ryszkiewicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.