2022-04-24 14:28:08 +02:00
<!--
2024-03-29 07:01:45 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-04-24 14:28:08 +02:00
It shall NOT be edited by hand.
-->
2022-04-24 14:28:17 +02:00
# Encryptor-Decryptor for YunoHost
2022-04-24 14:28:08 +02:00
2024-08-05 03:33:36 +02:00
[![Integration level ](https://dash.yunohost.org/integration/encryptor-decryptor.svg )](https://ci-apps.yunohost.org/ci/apps/encryptor-decryptor/) ![Working status ](https://ci-apps.yunohost.org/ci/badges/encryptor-decryptor.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/encryptor-decryptor.maintain.svg )
2023-09-10 14:43:47 +02:00
2022-04-24 14:28:17 +02:00
[![Install Encryptor-Decryptor with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=encryptor-decryptor)
2022-04-24 14:28:08 +02:00
2024-06-23 00:53:32 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-04-24 14:28:08 +02:00
2024-03-29 07:01:45 +01:00
> *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.*
2022-04-24 14:28:08 +02:00
## Overview
2022-04-24 14:28:17 +02:00
Encrypts and decrypts your files and text.
2022-04-24 14:28:08 +02:00
2024-08-05 03:33:36 +02:00
**Shipped version:** 2024.07.31~ynh1
2022-04-24 14:28:08 +02:00
2024-03-29 07:01:45 +01:00
**Demo:** < https: / / prizz . github . io / Easy-File-Encryptor-Decryptor / >
2022-04-24 14:28:08 +02:00
## Screenshots
2023-02-02 08:48:01 +01:00
![Screenshot of Encryptor-Decryptor ](./doc/screenshots/screenshot.png )
2022-04-24 14:28:08 +02:00
2024-06-23 00:53:32 +02:00
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2022-04-24 14:28:08 +02:00
## Documentation and resources
2024-03-29 07:01:45 +01:00
- Official app website: < https: // prizz . github . io / Easy-File-Encryptor-Decryptor />
- Upstream app code repository: < https: // github . com / pRizz / Easy-File-Encryptor-Decryptor >
- YunoHost Store: < https: // apps . yunohost . org / app / encryptor-decryptor >
- Report a bug: < https: // github . com / YunoHost-Apps / encryptor-decryptor_ynh / issues >
2022-04-24 14:28:08 +02:00
## Developer info
2024-03-29 07:01:45 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing ).
2022-04-24 14:28:08 +02:00
2024-03-29 07:01:45 +01:00
To try the `testing` branch, please proceed like that:
2023-02-02 08:48:01 +01:00
2024-03-29 07:01:45 +01:00
```bash
2022-04-24 14:28:17 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
2022-04-24 14:28:08 +02:00
or
2022-04-24 14:28:17 +02:00
sudo yunohost app upgrade encryptor-decryptor -u https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
2022-04-24 14:28:08 +02:00
```
2024-03-29 07:01:45 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >