Simple Hash Generator package for YunoHost
Find a file
2022-04-27 08:13:16 +01:00
.github Initial commit 2022-04-23 15:11:56 +02:00
conf Update nginx.conf 2022-04-24 13:41:44 +02:00
doc Update DISCLAIMER.md 2022-04-23 15:25:46 +02:00
scripts Cleaning up 2022-04-24 13:32:45 +02:00
sources Initial commit 2022-04-23 15:11:56 +02:00
.gitignore Initial commit 2022-04-23 15:11:56 +02:00
check_process Cleaning up 2022-04-24 13:19:28 +02:00
config_panel.toml.example Initial commit 2022-04-23 15:11:56 +02:00
LICENSE Update LICENSE 2022-04-23 15:27:27 +02:00
manifest.json Update manifest.json 2022-04-24 13:33:40 +02:00
README.md Auto-update README 2022-04-24 11:19:32 +00:00
README_fr.md Auto-update README 2022-04-24 11:19:32 +00:00

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