{"id":24762011,"url":"https://github.com/alecxcode/cdsign","last_synced_at":"2026-02-07T09:31:22.961Z","repository":{"id":226329001,"uuid":"348434761","full_name":"alecxcode/cdsign","owner":"alecxcode","description":"Digitally sign and verify documents with the GPG GUI wrapper","archived":false,"fork":false,"pushed_at":"2021-03-16T17:32:28.000Z","size":29407,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T00:14:34.672Z","etag":null,"topics":["apps","digital-signature","gui","purebasic","sign"],"latest_commit_sha":null,"homepage":"","language":"PureBasic","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/alecxcode.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}},"created_at":"2021-03-16T17:26:36.000Z","updated_at":"2024-08-31T05:51:27.000Z","dependencies_parsed_at":"2024-03-07T03:37:31.103Z","dependency_job_id":null,"html_url":"https://github.com/alecxcode/cdsign","commit_stats":null,"previous_names":["alecxcode/cdsign"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alecxcode/cdsign","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecxcode%2Fcdsign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecxcode%2Fcdsign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecxcode%2Fcdsign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecxcode%2Fcdsign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alecxcode","download_url":"https://codeload.github.com/alecxcode/cdsign/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecxcode%2Fcdsign/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29191390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":["apps","digital-signature","gui","purebasic","sign"],"created_at":"2025-01-28T19:20:13.490Z","updated_at":"2026-02-07T09:31:22.945Z","avatar_url":"https://github.com/alecxcode.png","language":"PureBasic","readme":"# Digitally sign and verify documents with the GPG GUI wrapper  \r\nThis repository contains two apps:  \r\n1. Digitally sign a document\r\n2. Check document digital signature\r\n\r\nVersion:     0.9  \r\nLicense:     GNU GPLv3\r\n\r\n## Digitally sign a document  \r\n##### General info:  \r\nThis application is designed for signing contracts, agreements, and other\r\ndocuments with a digital signature in cases where this form of transaction\r\nis not prohibited.  \r\n##### Application features:  \r\n1. create digital signature keys;\r\n2. sign a file with a digital signature;\r\n3. export a public key for a third party.\r\n\r\n## Check document digital signature  \r\n##### General info:  \r\nThis application is designed for digital signatures verification, and\r\ndocuments integrity verification, signed with GPG and the application\r\n\"Digitally sign a document\".  \r\n##### Application features:  \r\n1. check a digital signature;\r\n2. import a public key from a signing person.\r\n\r\n### System requirements:  \r\nCurrent version tested on:  \r\nWindows 10 1909  \r\nmacOS Big Sur (version 11, x86_64, on arm should work too)  \r\nUbuntu 20.04 LTS (gpg version 2 package required)  \r\n\r\n### Installation:  \r\nBinary distributions for all operating systems mentioned above can be found in builds directory. Please, see the notes below, otherwise the apps will produce unpredictable errors.  \r\n**Notes:**\r\n* On Windows install the apps into a path which contains only English characters.\r\n* On macOS you need to allow installation from any sources (other than AppStore).\r\n* On Linux if you have non-English locale it is necessary to remove (rename) gpg localization files in order to make gpg to use only English output messages (e.g. on Ubuntu 20.04: `sudo mv /usr/share/locale-langpack/your_locale/LC_MESSAGES/gnupg2.mo /usr/share/locale-langpack/your_locale/LC_MESSAGES/gnupg2.mo.old` with your_locale changed to your language locale). On Linux you unpack and run the apps from any folder.\r\n\r\n### Technical details:  \r\nApplication utilizes to function GPG program: https://gnupg.org  \r\nIt basically simplified graphical user interface for that program.  \r\nSource code written in PureBasic: https://www.purebasic.com  \r\n\r\n## Screenshots  \r\nLinux:  \r\n![Digitally sign a document app](images/linux-esign.png?raw=true \"Digitally sign a document app\")\r\n![Check document digital signature app](images/linux-check.png?raw=true \"Check document digital signature app\")\r\n\r\nmacOS:  \r\n![Digitally sign a document app](images/macos-esign.png?raw=true \"Digitally sign a document app\")\r\n![Check document digital signature app](images/macos-check.png?raw=true \"Check document digital signature app\")\r\n\r\n### Version History:  \r\n0.9 - translated to English.  \r\n0.8 - added: help, view the file to sign, other improvements.  \r\n0.7 - initial version, however, never released.  \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecxcode%2Fcdsign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falecxcode%2Fcdsign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecxcode%2Fcdsign/lists"}