mirror of
https://github.com/YunoHost-Apps/simple-hash-generator_ynh.git
synced 2024-09-03 20:25:54 +02:00
Update DISCLAIMER.md
This commit is contained in:
parent
e614b78226
commit
ddb97cd9f7
1 changed files with 10 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
|||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
# Disclaimer
|
||||
|
||||
* Other infos that people should be aware of, such as:
|
||||
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
* how to configure / administrate the application if it ain't obvious
|
||||
* upgrade process / specificities / things to be aware of ?
|
||||
* security considerations ?
|
||||
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).
|
||||
|
||||
# About the Author
|
||||
|
||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), 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.
|
||||
|
|
Loading…
Reference in a new issue