simple-hash-generator_ynh/README.md
2022-04-23 16:12:10 +00:00

2.8 KiB

Simple-Hash-Generator for YunoHost

Integration level
Install Simple-Hash-Generator with YunoHost

Lire ce readme en français.

This package allows you to install Simple-Hash-Generator quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A simple hash generator utilizing a collection of popular and useful hash functions

Shipped version: 1.0~ynh1

Demo: https://prizz.github.io/Simple-Hash-Generator/

Screenshots

Disclaimers / important information

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.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/Simple-Hash-Generator_ynh/tree/testing --debug
or
sudo yunohost app upgrade Simple-Hash-Generator -u https://github.com/YunoHost-Apps/Simple-Hash-Generator_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps