{"id":19684137,"url":"https://github.com/cedarcode/tpm-key_attestation","last_synced_at":"2025-04-05T15:06:44.703Z","repository":{"id":42775657,"uuid":"234097340","full_name":"cedarcode/tpm-key_attestation","owner":"cedarcode","description":"TPM 2.0 Key Attestation validation in ruby","archived":false,"fork":false,"pushed_at":"2025-03-28T21:23:18.000Z","size":221,"stargazers_count":10,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T21:29:57.235Z","etag":null,"topics":["attestation","tpm","tpm2"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/tpm-key_attestation","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedarcode.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-15T14:23:56.000Z","updated_at":"2025-02-25T15:35:02.000Z","dependencies_parsed_at":"2024-06-19T05:14:14.029Z","dependency_job_id":"547bd5fe-6150-4e5d-a484-0de92ac4be89","html_url":"https://github.com/cedarcode/tpm-key_attestation","commit_stats":{"total_commits":96,"total_committers":5,"mean_commits":19.2,"dds":"0.19791666666666663","last_synced_commit":"9cae9bbd3fc62941b6314147b9875fe32bf10aa0"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Ftpm-key_attestation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Ftpm-key_attestation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Ftpm-key_attestation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Ftpm-key_attestation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedarcode","download_url":"https://codeload.github.com/cedarcode/tpm-key_attestation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"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":["attestation","tpm","tpm2"],"created_at":"2024-11-11T18:16:55.908Z","updated_at":"2025-04-05T15:06:44.669Z","avatar_url":"https://github.com/cedarcode.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tpm-key_attestation\n\nTPM Key Attestation utitlies\n\n[![Gem](https://img.shields.io/gem/v/tpm-key_attestation.svg?style=flat-square\u0026color=informational)](https://rubygems.org/gems/tpm-key_attestation)\n[![Actions Build](https://github.com/cedarcode/tpm-key_attestation/workflows/build/badge.svg)](https://github.com/cedarcode/tpm-key_attestation/actions)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-informational.svg?style=flat-square)](https://conventionalcommits.org)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'tpm-key_attestation'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install tpm-key_attestation\n\n## Usage\n\n```ruby\nkey_attestation =\n  TPM::KeyAttestation.new(\n    certify_info,\n    signature,\n    certified_object,\n    signing_key,\n    quilifying_data,\n    signature_algorithm: TPM::ALG_RSAPSS # Supported values: TPM::ALG_RSAPSS, TPM::ALG_RSASSA, TPM::ALG_ECDSA (default TPM::ALG_RSASSA)\n  )\n\nif key_attestation.valid?\n  key_attestation.key\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/cedarcode/tpm-key_attestation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedarcode%2Ftpm-key_attestation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedarcode%2Ftpm-key_attestation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedarcode%2Ftpm-key_attestation/lists"}