{"id":16724341,"url":"https://github.com/badboy/signify-rs","last_synced_at":"2025-05-16T19:02:08.585Z","repository":{"id":9176059,"uuid":"61147703","full_name":"badboy/signify-rs","owner":"badboy","description":"Create cryptographic signatures for files and verify them.","archived":false,"fork":false,"pushed_at":"2024-12-07T18:21:27.000Z","size":173,"stargazers_count":92,"open_issues_count":6,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-06T05:14:02.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/signify","language":"Rust","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/badboy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-06-14T18:49:51.000Z","updated_at":"2025-04-01T03:09:54.000Z","dependencies_parsed_at":"2024-10-12T22:44:58.000Z","dependency_job_id":"82401623-5ab9-41db-b91e-2bef445e0f9b","html_url":"https://github.com/badboy/signify-rs","commit_stats":{"total_commits":149,"total_committers":6,"mean_commits":"24.833333333333332","dds":"0.28859060402684567","last_synced_commit":"6fe289b8042382036081889f0d7c58f2f5ee393c"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fsignify-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fsignify-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fsignify-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fsignify-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badboy","download_url":"https://codeload.github.com/badboy/signify-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948432,"owners_count":21988957,"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":[],"created_at":"2024-10-12T22:44:54.408Z","updated_at":"2025-05-16T19:02:08.524Z","avatar_url":"https://github.com/badboy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Signify - Ed25519 signature tool\n\n[![crates.io](https://img.shields.io/crates/v/signify.svg?style=flat-square)](https://crates.io/crates/signify)\n[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)]([documentation])\n[![License: MIT](https://img.shields.io/github/license/badboy/signify-rs?style=flat-square)](LICENSE)\n[![Build Status](https://img.shields.io/github/workflow/status/badboy/signify-rs/CI/main?style=flat-square)](https://github.com/badboy/signify-rs/actions/workflows/ci.yml)\n\nCreate cryptographic signatures for files and verify them.\nThis is based on [signify][], the OpenBSD tool to sign and verify signatures on files.\nIt is based on the [Ed25519 public-key signature system][ed25519] by Bernstein et al.\n\n`signify-rs` is fully compatible with the original implementation. It can verify signatures generated by OpenBSD `signify` and signs data in a format that it can verify as well.\n\nYou can read more about the ideas and concepts behind `signify` in [Securing OpenBSD From Us To You](https://www.openbsd.org/papers/bsdcan-signify.html).\n\n## Installation\n\n```\ncargo install signify\n```\n\n## Usage\nThe CLI is designed to be compatible with the reference implementation and accepts the same command line flags as it.\n\nCreate a key pair:\n\n```\nsignify -G -p pubkey -s seckey\n```\n\nSign a file using the secret key:\n\n```\nsignify -S -s seckey -m README.md\n```\n\nVerify the signature:\n\n```\nsignify -V -p pubkey -m README.md\n```\n\nTo see how to use `libsignify`, check out the `examples/` directory or the [documentation].\n\n## Testing\n\nThere are basic unit tests, but many more are needed for good coverage :disappointed:.\n\nHowever, we ensure that a full cycle of generating a keypair, then signing \u0026 verifying works.\nTo run them, use the following commands:\n```bash\n./tests/full-cycle.sh\n```\n\nFor correctness, we compare interoperability with the OpenBSD `signify`:\n```bash\n./tests/compare.sh\n```\n\nThe complete test suite can be conveniently ran with `make test`.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n\n[documentation]: https://docs.rs/libsignify\n[signify]: https://github.com/aperezdc/signify\n[ed25519]: https://ed25519.cr.yp.to/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fsignify-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadboy%2Fsignify-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fsignify-rs/lists"}