{"id":20754964,"url":"https://github.com/softleader/verify-xmldsig","last_synced_at":"2026-04-20T18:01:36.313Z","repository":{"id":72503811,"uuid":"126287780","full_name":"softleader/verify-xmldsig","owner":"softleader","description":"Verifying an XML Digital Signature","archived":false,"fork":false,"pushed_at":"2018-03-22T08:32:18.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-11T15:42:42.567Z","etag":null,"topics":["digital","jsr-105","signature","verify","xml","xmldsig"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softleader.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-03-22T06:06:56.000Z","updated_at":"2025-02-08T00:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c288fcc-4fd0-4174-bcc6-f03a45092f38","html_url":"https://github.com/softleader/verify-xmldsig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softleader/verify-xmldsig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softleader%2Fverify-xmldsig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softleader%2Fverify-xmldsig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softleader%2Fverify-xmldsig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softleader%2Fverify-xmldsig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softleader","download_url":"https://codeload.github.com/softleader/verify-xmldsig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softleader%2Fverify-xmldsig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32059139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["digital","jsr-105","signature","verify","xml","xmldsig"],"created_at":"2024-11-17T09:21:35.585Z","updated_at":"2026-04-20T18:01:36.304Z","avatar_url":"https://github.com/softleader.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verify-xmldsig\nValidating an XML Digital Signature\n\n## Usage\n\n### Docker\n\n```shell\n$ docker run --rm -it -v \"$(pwd)\":/data softleader/vxmldsig relative/path/to/signed.xml\n```\n\n- `relative/path/to/signed.xml` -  要驗證數位簽章的 xml 位置, **是對於 $(pwd) 的相對位置**\n\n#### Example\n\n```shell\n16:15:53 ➜ tmp tree\n.\n└── xml\n    └── D7JSA3.00002.ME.158_Payload.xml\n\n1 directory, 1 file\n\n16:15:54 ➜ tmp docker run --rm -it -v \"$(pwd)\":/data softleader/vxmldsig xml/D7JSA3.00002.ME.158_Payload.xml\nSignature passed core validation\n```\n\n### Source\n\n```shell\n$ git clone git@github.com:softleader/verify-xmldsig.git\n$ cd verify-xmldsig\n$ mvn clean package\n$ java -jar target/app.jar /absolute/path/to/signed.xml\n```\n\n- `/absolute/path/to/signed.xml` - 要驗證數位簽章的 xml 位置, 是在當前電腦上的**絕對位置**\n\n## References\n\n\u003e https://docs.oracle.com/javase/8/docs/technotes/guides/security/xmldsig/Validate.java\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftleader%2Fverify-xmldsig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftleader%2Fverify-xmldsig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftleader%2Fverify-xmldsig/lists"}