.github | ||
conf | ||
doc | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
config_panel.toml.example | ||
LICENSE | ||
manifest.json | ||
manifest.toml | ||
README.md | ||
README_fr.md |
Simple-Hash-Generator for YunoHost
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
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
- Upstream app code repository: https://github.com/pRizz/Simple-Hash-Generator
- YunoHost documentation for this app: https://yunohost.org/app_simple-hash-generator
- Report a bug: https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues
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