From c64a957beaad1d88007321e20067f9b7c864c9f5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 21 Sep 2024 17:06:18 +0200 Subject: [PATCH] feat: add CyberChef service to services.json Introduced CyberChef to the list of available services. CyberChef is a web app for encryption, encoding, compression, and data analysis, offering a versatile range of data manipulation operations directly in the browser. --- data/services.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/services.json b/data/services.json index 468a5c0..c08cb3b 100644 --- a/data/services.json +++ b/data/services.json @@ -280,6 +280,25 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "CyberChef", + "url": "https://cyberchef.private.coffee", + "homemade": false, + "fork": false, + "tiny_description": "Web app for encryption and encoding", + "short_description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.", + "long_description": "CyberChef is a web app for encryption, encoding, compression, and data analysis. It allows you to perform a wide range of operations on your data within your browser.", + "status": "OK", + "links": [ + { + "name": "Go to CyberChef", + "url": "https://cyberchef.private.coffee" + } + ], + "icon": "lock-key", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Travelynx", "url": "https://traveling.coffee",