From 81b615fa112630bb09644bac35e99ec85b5a6d60 Mon Sep 17 00:00:00 2001 From: Luteva <71016471+Luteva-ssh@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:14:29 +0200 Subject: [PATCH] Added package obfusel (#3053) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 96c2770..707ef43 100644 --- a/packages.json +++ b/packages.json @@ -35443,7 +35443,8 @@ "description": "A comprehensive and standards-compliant UUID library", "license": "MIT", "web": "https://github.com/jamesfrancis2004/uuidgen" - },{ + }, + { "name": "rtthread", "url": "https://github.com/capocasa/rtthread", "method": "git", @@ -35456,5 +35457,21 @@ "description": "Nim threads with realtime scheduling", "license": "MIT", "web": "https://github.com/capocasa/rtthread" + }, + { + "name": "obfusel", + "url": "https://github.com/Luteva-ssh/obfusel", + "method": "git", + "tags": [ + "obfuscator", + "obfuscate", + "excel", + "xlsx", + "xl", + "ai" + ], + "description": "An obfuscator for excel sheets. If you are not allowed to transfer data to an AI system, this can be an easy solution :).", + "license": "MIT", + "web": "https://github.com/Luteva-ssh/obfusel" } ]