Simple Hash Generator package for YunoHost
Find a file
Éric Gaspar 19232bd922 fix
2023-03-19 14:45:32 +01:00
.github Initial commit 2022-04-23 15:11:56 +02:00
conf v2 2023-03-19 14:42:58 +01:00
doc fix 2023-03-19 14:45:32 +01:00
scripts v2 2023-03-19 14:42:58 +01:00
sources Initial commit 2022-04-23 15:11:56 +02:00
.gitignore Initial commit 2022-04-23 15:11:56 +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.toml v2 2023-03-19 14:42:58 +01:00
README.md Auto-update README 2023-03-19 13:39:32 +00:00
README_fr.md Auto-update README 2023-03-19 13:39:32 +00:00
tests.toml v2 2023-03-19 14:42:58 +01: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~ynh2

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