This commit is contained in:
Éric Gaspar 2023-03-19 14:45:36 +01:00
commit 265c922e02
2 changed files with 2 additions and 8 deletions

View file

@ -27,12 +27,9 @@ A simple hash generator utilizing a collection of popular and useful hash functi
![Screenshot of Simple-Hash-Generator](./doc/screenshots/example.jpg) ![Screenshot of Simple-Hash-Generator](./doc/screenshots/example.jpg)
## 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](https://github.com/pRizz/Simple-Hash-Generator/releases), 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](https://github.com/pRizz/Simple-Hash-Generator).
## Documentation and resources ## Documentation and resources
* Official app website: <https://prizz.github.io/Simple-Hash-Generator/>
* Upstream app code repository: <https://github.com/pRizz/Simple-Hash-Generator> * Upstream app code repository: <https://github.com/pRizz/Simple-Hash-Generator>
* YunoHost documentation for this app: <https://yunohost.org/app_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> * Report a bug: <https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues>

View file

@ -27,12 +27,9 @@ A simple hash generator utilizing a collection of popular and useful hash functi
![Capture décran de Simple-Hash-Generator](./doc/screenshots/example.jpg) ![Capture décran de Simple-Hash-Generator](./doc/screenshots/example.jpg)
## Avertissements / informations importantes
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](https://github.com/pRizz/Simple-Hash-Generator/releases), 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](https://github.com/pRizz/Simple-Hash-Generator).
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://prizz.github.io/Simple-Hash-Generator/>
* Dépôt de code officiel de lapp : <https://github.com/pRizz/Simple-Hash-Generator> * Dépôt de code officiel de lapp : <https://github.com/pRizz/Simple-Hash-Generator>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_simple-hash-generator> * Documentation YunoHost pour cette app : <https://yunohost.org/app_simple-hash-generator>
* Signaler un bug : <https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues>