{"id":19632138,"url":"https://github.com/chrisliaw/gcrypt","last_synced_at":"2026-06-18T10:31:26.568Z","repository":{"id":86862566,"uuid":"393614886","full_name":"chrisliaw/gcrypt","owner":"chrisliaw","description":"Ruby binding to libgcrypt of PGP","archived":false,"fork":false,"pushed_at":"2021-08-07T07:45:37.000Z","size":1765,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T21:14:56.414Z","etag":null,"topics":["libgcrypt","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/chrisliaw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-08-07T07:38:34.000Z","updated_at":"2021-08-07T07:47:55.000Z","dependencies_parsed_at":"2023-03-06T16:15:27.605Z","dependency_job_id":null,"html_url":"https://github.com/chrisliaw/gcrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisliaw/gcrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisliaw%2Fgcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisliaw%2Fgcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisliaw%2Fgcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisliaw%2Fgcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisliaw","download_url":"https://codeload.github.com/chrisliaw/gcrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisliaw%2Fgcrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34487069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["libgcrypt","ruby","rubygems"],"created_at":"2024-11-11T12:13:02.087Z","updated_at":"2026-06-18T10:31:26.237Z","avatar_url":"https://github.com/chrisliaw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gcrypt\n\nIt was meant to expose the GPG libgcrypt to Ruby user.\n\nUnfortunately due to time constraint the struct gcry\\_cipher\\_handle of cipher\\_internal.h is too daunting.\n\nThe many struct/union inside it make it too time comsuning to duplicate into Ruby world.\n\nOne day maybe will continue finish this project.\n\nWas compile and tested on LinuxMint 20.2 x86\\_64 (Kernel 5.4.0-80-generic), Ruby 3.0.2\n\nNot ready for any operations except random number generator.\n\n## Initial Motive\n\nWith compare to default OpenSSL engine:\n\n* Smaller binary code base \n* Support Twofish block cipher\n* Support Salsa20 stream cipher\n* Support PC/SC\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'gcrypt'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install gcrypt\n\n\n## Contributing\n\nAnyone welcome to fork!\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisliaw%2Fgcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisliaw%2Fgcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisliaw%2Fgcrypt/lists"}