{"id":22799622,"url":"https://github.com/miyako/xmlsec","last_synced_at":"2026-02-17T11:01:27.914Z","repository":{"id":265649496,"uuid":"896279472","full_name":"miyako/xmlsec","owner":"miyako","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T00:43:41.000Z","size":20030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T06:46:19.936Z","etag":null,"topics":["4d-class","4d-component","xmlsec"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/xmlsec/","language":"4D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miyako.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,"zenodo":null}},"created_at":"2024-11-30T00:15:01.000Z","updated_at":"2025-05-15T00:42:54.000Z","dependencies_parsed_at":"2025-02-05T21:46:32.464Z","dependency_job_id":"5165787c-8db2-4255-8585-e0e946444ec0","html_url":"https://github.com/miyako/xmlsec","commit_stats":null,"previous_names":["miyako/xmlsec"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/xmlsec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fxmlsec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fxmlsec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fxmlsec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fxmlsec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/xmlsec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fxmlsec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29541119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"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":["4d-class","4d-component","xmlsec"],"created_at":"2024-12-12T07:09:25.562Z","updated_at":"2026-02-17T11:01:27.896Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/xmlsec)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/xmlsec/total)\n\n### Licensing\n\n* the source code of this component is licensed under the [MIT license](https://github.com/miyako/cpdf/blob/master/LICENSE).\n* see [aleksey.com](https://www.aleksey.com/xmlsec/) for the licensing of **xmlsec**.\n\n# xmlsec\n\n## dependencies.json\n\n ```json\n{\n    \"dependencies\": {\n        \"xmlsec\": {\n            \"github\": \"miyako/xmlsec\",\n            \"version\": \"latest\"\n        }\n    }\n}\n```\n\n## Usage\n\n```4d\n#DECLARE($params : Object)\n\nIf ($params=Null)\n\t\n\t/*\n\t\tasync calls must be performed in a worker or form\n\t*/\n\t\n\tCALL WORKER(1; Current method name; {})\n\t\nElse \n\t\n\tvar $xmlsec : cs.xmlsec.xmlsec\n\t\n\t$xmlsec:=cs.xmlsec.xmlsec.new(cs._xmlsec_Controller)\n\t\n\t$xml:=File(\"/DATA/wifi.xml\")\n\t$xml:=OB Class($xml).new($xml.platformPath; fk platform path)\n\t\n\t$pem:=File(\"/DATA/private.pem\")\n\t$pem:=OB Class($pem).new($pem.platformPath; fk platform path)\n\t\n\t$out:=Folder(fk desktop folder).file(\"signed-wifi.xml\")\n\t\n\t$xmlsec.perform([\"--sign\"; \"--output\"; $out; \"--privkey-pem\"; $pem; \"--pwd\"; \"1234\"; \"--lax-key-search\"; $xml])\n\t\n\t/*\n\t\thttps://www.aleksey.com/xmlsec/faq.html\n\t*/\n\t\nEnd if\n```\n\n## CLI Build\n\n```\nexport LDFLAGS=\"-Llib/\"\nexport LIBS=\"-llzma -liconv -lgcrypt -lcharset\"  \n./configure --enable-static-linking --without-gnutls --without-gcrypt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fxmlsec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2Fxmlsec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fxmlsec/lists"}