mirror of
https://github.com/YunoHost-Apps/cyberchef_ynh.git
synced 2024-09-03 18:16:31 +02:00
commit
eba252dd2e
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
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.
|
||||
|
||||
|
||||
**Shipped version:** 10.6.0~ynh1
|
||||
**Shipped version:** 10.7.0~ynh1
|
||||
|
||||
**Demo:** https://gchq.github.io/CyberChef
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Une application web simple et intuitive pour analyser et décoder des données sans avoir affaire à des outils ou des langages de programmation compliqués. CyberChef s'adresse aussi bien aux utilisateurs expérimentés qu'aux plus novices souhaitant explorer les formats de données, leur chiffrement et leur compression: encoder, décoder, formater, analyser, chiffrer, déchiffrer, compresser, extraire, fonctions arithmétiques, etc.. Il y a en tout près de 300 outils dans CyberChef permettant de réaliser facilement des tâches simples ou complexes.
|
||||
|
||||
|
||||
**Version incluse :** 10.6.0~ynh1
|
||||
**Version incluse :** 10.7.0~ynh1
|
||||
|
||||
**Démo :** https://gchq.github.io/CyberChef
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ id = "cyberchef"
|
|||
name = "CyberChef"
|
||||
description.en = "Cyber Swiss Army Knife - toolbox for data analysis"
|
||||
description.fr = "Cyber-couteau suisse - boîte à outils pour l'analyse de données"
|
||||
version = "10.6.0~ynh1"
|
||||
version = "10.7.0~ynh1"
|
||||
|
||||
maintainers = ["oleole39"]
|
||||
|
||||
|
@ -43,8 +43,8 @@ ram.runtime = "20M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/gchq/CyberChef/releases/download/v10.6.0/CyberChef_v10.6.0.zip"
|
||||
sha256 = "d066dbda811071cadc821050f572fa14d7666c0b8af595db2e3833acd0ddc02e"
|
||||
url = "https://github.com/gchq/CyberChef/releases/download/v10.7.0/CyberChef_v10.7.0.zip"
|
||||
sha256 = "8dd5672fed8019a7331d045b84f1d7c626a7f450f6624dca99fccbb951ee2e48"
|
||||
format = "zip"
|
||||
extract = true
|
||||
in_subdir = false
|
||||
|
|
Loading…
Add table
Reference in a new issue