From 95f28cba00fde273618d7521e200de4dd6304125 Mon Sep 17 00:00:00 2001 From: JeanMarc-Sasha Date: Thu, 16 Apr 2026 09:18:33 +0200 Subject: [PATCH 1/3] Update softbinding-algorithm-list.json Hi, PR for the registration of Sasha technology. --- softbinding-algorithm-list.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 65206b5..47d4de8 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -494,5 +494,18 @@ "softBindingResolutionApis": [ "https://aiwatermark.com/api/v1" ] - } + }, + { + "identifier": 29, + "alg": "eu.sasha.softbinding.v1", + "type": "watermark", + "decodedMediaTypes": ["image"], + "entryMetadata": { + "description": "Invisible watermarking technology for image and video assets, enabling C2PA manifest recovery and content provenance verification after metadata stripping or transcoding.", + "categories": ["eu.sasha.watermark"], + "dateEntered": "2026-04-16T00:00:00.000Z", + "contact": "contact@sasha.eu", + "informationalUrl": "https://sasha.eu/technology" + } +} ] From 59cd3f343c52cab889086151cb9fd4b2a38e1180 Mon Sep 17 00:00:00 2001 From: JeanMarc-Sasha Date: Fri, 17 Apr 2026 20:51:10 +0200 Subject: [PATCH 2/3] Update softbinding-algorithm-list.json Hi, corrected the whitespacing/formatting. Hope it is correct now, Thanks --- softbinding-algorithm-list.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 47d4de8..6023341 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -496,16 +496,21 @@ ] }, { - "identifier": 29, - "alg": "eu.sasha.softbinding.v1", - "type": "watermark", - "decodedMediaTypes": ["image"], - "entryMetadata": { - "description": "Invisible watermarking technology for image and video assets, enabling C2PA manifest recovery and content provenance verification after metadata stripping or transcoding.", - "categories": ["eu.sasha.watermark"], - "dateEntered": "2026-04-16T00:00:00.000Z", - "contact": "contact@sasha.eu", - "informationalUrl": "https://sasha.eu/technology" - } -} + "identifier": 33, + "alg": "eu.sasha.softbinding.v1", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "encodedMediaTypes": [ + "image/jpeg", + "image/png" + ], + "entryMetadata": { + "description": "Invisible watermarking technology for image and video assets, enabling C2PA manifest recovery and content provenance verification after metadata stripping or transcoding.", + "dateEntered": "2026-04-16T00:00:00.000Z", + "contact": "contact@sasha.eu", + "informationalUrl": "https://sasha.eu/technology" + } + } ] From c3fc340cafbd9211612ed95ce80aae122c43af6f Mon Sep 17 00:00:00 2001 From: JeanMarc-Sasha Date: Fri, 17 Apr 2026 20:58:00 +0200 Subject: [PATCH 3/3] Update softbinding-algorithm-list.json Hi, I updated the formatting. I hope it is now fine, Thanks