mirror of
https://github.com/YunoHost-Apps/encryptor-decryptor_ynh.git
synced 2024-09-03 18:35:55 +02:00
Auto-update README
This commit is contained in:
parent
e9b4ce9eba
commit
fea2df3b44
2 changed files with 42 additions and 46 deletions
44
README.md
44
README.md
|
@ -3,59 +3,57 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Simple-Hash-Generator for YunoHost
|
# Encryptor-Decryptor for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
[](https://dash.yunohost.org/appci/app/encryptor-decryptor)  
|
||||||
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
[](https://install-app.yunohost.org/?app=encryptor-decryptor)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install Simple-Hash-Generator quickly and simply on a YunoHost server.
|
> *This package allows you to install Encryptor-Decryptor quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
A simple hash generator utilizing a collection of popular and useful hash functions
|
Encrypts and decrypts your files and text.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh1
|
**Shipped version:** 1.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://prizz.github.io/Simple-Hash-Generator/
|
**Demo:** https://prizz.github.io/Easy-File-Encryptor-Decryptor/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
# Disclaimer
|
# Disclaimer
|
||||||
|
|
||||||
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).
|
This webapp does not store or transmit your data. But to be safe, in case of malware, or rogue browser extensions, follow these steps:
|
||||||
|
|
||||||
# About the Author
|
- [Download this webapp](https://github.com/pRizz/Easy-File-Encryptor-Decryptor/archive/master.zip) for offline use
|
||||||
|
- Disconnect from the internet
|
||||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), software engineer in Chicago, IL.
|
- Open this webapp (the index.html file) in incognito, or private browsing mode, with no extensions, or all extensions disabled
|
||||||
|
- Encrypt and Decrypt
|
||||||
# About the Project
|
- Quit your browser
|
||||||
|
|
||||||
This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://prizz.github.io/Simple-Hash-Generator/
|
* Official app website: https://prizz.github.io/Easy-File-Encryptor-Decryptor/
|
||||||
* Upstream app code repository: https://github.com/pRizz/Simple-Hash-Generator
|
* Upstream app code repository: https://github.com/pRizz/Easy-File-Encryptor-Decryptor
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_simple-hash-generator
|
* YunoHost documentation for this app: https://yunohost.org/app_encryptor-decryptor
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/issues
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app upgrade encryptor-decryptor -u https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
44
README_fr.md
44
README_fr.md
|
@ -1,57 +1,55 @@
|
||||||
# Simple-Hash-Generator pour YunoHost
|
# Encryptor-Decryptor pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
[](https://dash.yunohost.org/appci/app/encryptor-decryptor)  
|
||||||
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
[](https://install-app.yunohost.org/?app=encryptor-decryptor)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Simple-Hash-Generator rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Encryptor-Decryptor rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
A simple hash generator utilizing a collection of popular and useful hash functions
|
Encrypts and decrypts your files and text.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh1
|
**Version incluse :** 1.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://prizz.github.io/Simple-Hash-Generator/
|
**Démo :** https://prizz.github.io/Easy-File-Encryptor-Decryptor/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
# Disclaimer
|
# Disclaimer
|
||||||
|
|
||||||
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).
|
This webapp does not store or transmit your data. But to be safe, in case of malware, or rogue browser extensions, follow these steps:
|
||||||
|
|
||||||
# About the Author
|
- [Download this webapp](https://github.com/pRizz/Easy-File-Encryptor-Decryptor/archive/master.zip) for offline use
|
||||||
|
- Disconnect from the internet
|
||||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), software engineer in Chicago, IL.
|
- Open this webapp (the index.html file) in incognito, or private browsing mode, with no extensions, or all extensions disabled
|
||||||
|
- Encrypt and Decrypt
|
||||||
# About the Project
|
- Quit your browser
|
||||||
|
|
||||||
This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://prizz.github.io/Simple-Hash-Generator/
|
* Site officiel de l'app : https://prizz.github.io/Easy-File-Encryptor-Decryptor/
|
||||||
* Dépôt de code officiel de l'app : https://github.com/pRizz/Simple-Hash-Generator
|
* Dépôt de code officiel de l'app : https://github.com/pRizz/Easy-File-Encryptor-Decryptor
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_simple-hash-generator
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_encryptor-decryptor
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues
|
* Signaler un bug : https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/issues
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app upgrade encryptor-decryptor -u https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue