{"id":17647370,"url":"https://github.com/woefe/xmlrss","last_synced_at":"2025-05-07T07:13:45.470Z","repository":{"id":71900098,"uuid":"111431349","full_name":"woefe/xmlrss","owner":"woefe","description":"Redactable Signatures for Java","archived":false,"fork":false,"pushed_at":"2018-08-12T12:19:09.000Z","size":410,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T22:43:29.953Z","etag":null,"topics":["cryptography","java","jca","signatures"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woefe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-20T15:54:17.000Z","updated_at":"2023-02-04T12:39:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0ae3f9a-179c-418a-b699-f4351186eb88","html_url":"https://github.com/woefe/xmlrss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woefe%2Fxmlrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woefe%2Fxmlrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woefe%2Fxmlrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woefe%2Fxmlrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woefe","download_url":"https://codeload.github.com/woefe/xmlrss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242912444,"owners_count":20205669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","java","jca","signatures"],"created_at":"2024-10-23T11:13:08.863Z","updated_at":"2025-03-10T19:31:04.833Z","avatar_url":"https://github.com/woefe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XMLRSS - A Java Crypto Provider for Redactable Signatures\n\nCurrently, xmlrss implements three redactable signature algorithms:\n\n* PSRSS (based on \"On Updatable Redactable Signatures\" by Pöhls and Samelin)\n* GSRSS (the general construction for sets, based on \"A General Framework for Redactable Signatures and New\n  Constructions\" by Derler et al.)\n* GLRSS (the general construction for lists, based on \"A General Framework for Redactable Signatures and New\n  Constructions\" by Derler et al.)\n\nXML encodings for following redactable signature algorithms:\n\n* PSRSS\n* GSRSS\n* GLRSS\n\nTake a look at the `WPProvider` class for the proper algorithm names and accumulator combinations.\n\nImplementations of cryptographic accumulators:\n\n* PSA accumulator (based on the trapdoor accumulator in \"On Updatable Redactable Signatures\" by Pöhls and Samelin)\n* BP accumulator (based on \"Collision-Free Accumulators and Fail-Stop Signature Schemes Without Trees\" by Barić and\n  Pfitzmann)\n\n## Warning / Disclaimer\nDo not use this code in Production!! It has not been peer-reviewed. Also, this repo will most likely be split into\ntwo seperate repositories for the interfaces and implementations to make 3rd party implementations easier.\n\n## How to use it\n\nxmlrss can be used very similar to other cryptographic service providers in Java:\n\n* Add the xmlrss library as a dependency for your project\n* Register the `WPProvider`(`Security.addProvider(new WPProvider())`)\n* Use redactable signatures via the `RedactableSignature` engine class\n\n## How to compile it\n\nThis project uses gradle, which is pretty much self contained. Usually only a Java installation is required.\n```\n./gradlew build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoefe%2Fxmlrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoefe%2Fxmlrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoefe%2Fxmlrss/lists"}