{"id":26646024,"url":"https://github.com/mark-kubacki/signify","last_synced_at":"2025-04-11T01:50:39.487Z","repository":{"id":27005471,"uuid":"30469542","full_name":"mark-kubacki/signify","owner":"mark-kubacki","description":":lock_with_ink_pen: Cryptographic signing, ported from BSD for Linux, that uses instructions of modern CPUs","archived":false,"fork":false,"pushed_at":"2020-11-09T21:53:22.000Z","size":136,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T22:56:08.290Z","etag":null,"topics":["cryptography","ed25519","linux","openbsd","signing"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/mark-kubacki.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}},"created_at":"2015-02-07T20:42:53.000Z","updated_at":"2023-05-12T23:06:54.000Z","dependencies_parsed_at":"2022-08-31T19:00:56.919Z","dependency_job_id":null,"html_url":"https://github.com/mark-kubacki/signify","commit_stats":null,"previous_names":["mark-kubacki/signify"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-kubacki%2Fsignify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-kubacki%2Fsignify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-kubacki%2Fsignify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-kubacki%2Fsignify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mark-kubacki","download_url":"https://codeload.github.com/mark-kubacki/signify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328104,"owners_count":21085258,"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","ed25519","linux","openbsd","signing"],"created_at":"2025-03-24T22:56:11.861Z","updated_at":"2025-04-11T01:50:39.470Z","avatar_url":"https://github.com/mark-kubacki.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Signify ported from OpenBSD to Linux\n=====================================\n\nwith these differences:\n * Randomness is provided by syscall 'getrandom' (Linux ≥3.18)\n * or RDRAND.\n * Compiles to a static binary of less than 180KiB (less than 270KiB with *Seccomp* and *musl-libc*).\n\nThe resulting binary is licensed under the same terms as OpenBSD's *signify*.\nFor the sources — please see the source files for their licensing terms,\nand if you are permitted to use them in another work.\n\nUsage\n------\n\n```bash\n# generate a keypair\n$ signify -G -c \"Your Name \u003cy.name@example.com\u003e\" -p mark.pub -s mark.sec\n\n# sign (usually a small file, like the output of: sha512sum …) \"TheFileName\"\n$ signify -S -x TheFileName.sig -s mark.sec -m TheFileName\n\n# verify\n$ signify -V -x TheFileName.sig -p mark.pub -m TheFileName\nSignature Verified\n```\n\nOr shorthand for if `TheFileName` and a similarly named `TheFileName.sig` exist:\n```bash\n$ signify -V -p mark.pub -m TheFileName\nSignature Verified\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-kubacki%2Fsignify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmark-kubacki%2Fsignify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-kubacki%2Fsignify/lists"}