1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cyberchef_ynh.git synced 2024-09-03 18:16:31 +02:00
cyberchef_ynh/README_ru.md
2024-08-15 01:32:23 +00:00

49 lines
3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# CyberChef для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/cyberchef.svg)](https://ci-apps.yunohost.org/ci/apps/cyberchef/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/cyberchef.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/cyberchef.maintain.svg)
[![Установите CyberChef с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cyberchef)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить CyberChef быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages. CyberChef encourages both technical and non-technical people to explore data formats, encryption and compression: encode, decode, format data, parse data, encrypt, decrypt, compress data, extract data, perform arithmetic functions against data, etc.. There are around 300 operations in CyberChef allowing you to carry out simple and complex tasks easily.
**Поставляемая версия:** 10.19.2~ynh1
**Демо-версия:** <https://gchq.github.io/CyberChef>
## Снимки экрана
![Снимок экрана CyberChef](./doc/screenshots/cyberchef_ynh.png)
## Документация и ресурсы
- Официальная документация пользователя: <https://github.com/gchq/CyberChef/wiki>
- Репозиторий кода главной ветки приложения: <https://github.com/gchq/CyberChef>
- Магазин YunoHost: <https://apps.yunohost.org/app/cyberchef>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/cyberchef_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/cyberchef_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/cyberchef_ynh/tree/testing --debug
или
sudo yunohost app upgrade cyberchef -u https://github.com/YunoHost-Apps/cyberchef_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>