Simple Hash Generator package for YunoHost
Find a file
2023-01-27 08:37:10 +00: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 cleaning 2023-01-27 09:37:05 +01: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 2023-01-27 09:37:05 +01: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 cleaning 2023-01-27 09:37:05 +01:00
README.md Auto-update README 2023-01-27 08:37:10 +00:00
README_fr.md Auto-update README 2023-01-27 08:37:10 +00:00

Simple-Hash-Generator for YunoHost

Integration level Working status Maintenance status 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

Screenshot of Simple-Hash-Generator

Disclaimers / important information

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.

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