{"id":50350599,"url":"https://github.com/kagal-dev/taistamp","last_synced_at":"2026-05-29T21:00:57.451Z","repository":{"id":355501952,"uuid":"1226715408","full_name":"kagal-dev/taistamp","owner":"kagal-dev","description":"Signed TAI64N timestamps over HTTP — Ed25519 over WebCrypto","archived":false,"fork":false,"pushed_at":"2026-05-26T23:09:37.000Z","size":331,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T01:12:30.571Z","etag":null,"topics":["cloudflare-workers","cryptography","dkim","ed25519","eddsa","monorepo","signing","tai64n","timestamps","typescript","webcrypto"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/kagal-dev.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-01T18:43:56.000Z","updated_at":"2026-05-25T16:06:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kagal-dev/taistamp","commit_stats":null,"previous_names":["kagal-dev/taistamp"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kagal-dev/taistamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagal-dev%2Ftaistamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagal-dev%2Ftaistamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagal-dev%2Ftaistamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagal-dev%2Ftaistamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kagal-dev","download_url":"https://codeload.github.com/kagal-dev/taistamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagal-dev%2Ftaistamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33670211,"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-05-29T02:00:06.066Z","response_time":107,"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":["cloudflare-workers","cryptography","dkim","ed25519","eddsa","monorepo","signing","tai64n","timestamps","typescript","webcrypto"],"created_at":"2026-05-29T21:00:25.465Z","updated_at":"2026-05-29T21:00:57.430Z","avatar_url":"https://github.com/kagal-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taistamp — signed TAI64N timestamps over HTTP\n\nTwo TypeScript packages: an HTTP handler that issues\nEd25519-signed TAI64N timestamps, and the WebCrypto\nsigning toolkit it builds on, with JWKS-ready and\nDNS-TXT-ready public key publication.\n\n[![Licence: MIT](https://img.shields.io/badge/Licence-MIT-blue.svg)](./LICENCE.txt)\n[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](package.json)\n[![pnpm](https://img.shields.io/badge/pnpm-%3E%3D10.33.2-orange)](package.json)\n\n## Use cases\n\n- Issuing authenticated wall-clock time over HTTP, for\n  receipts, audit trails, and anti-replay.\n- Workers, serverless, and edge runtimes where an NTP\n  stack or unauthenticated TLS handshake clock isn't\n  enough.\n- Independent verification of timestamps after the fact\n  — clients keep the signed payload, fetch the verifying\n  key from a JWKS endpoint or DNS TXT record, and\n  re-check without re-trusting the server.\n\n## Packages\n\n### [`@kagal/taistamp`](packages/@kagal-taistamp/)\n\nPlatform-neutral HTTP handler for `/.well-known/taistamp` —\nEd25519-signed timestamps.\n\n### [`@kagal/ed25519-secret`](packages/@kagal-ed25519-secret/)\n\nEd25519 keys, signing, verification, JWKS-ready and\nDNS-TXT-ready public key publication, and DKIM-style\nselector validation for WebCrypto. Zero runtime\ndependencies.\n\n## Specification\n\nImplements [`draft-mery-nagy-taistamp`][draft], the\nIETF Internet-Draft for signed TAI64N timestamps over\nHTTP. Working version: [`karasz/rfc-taistamp`][rfc-repo].\n\n[draft]: https://datatracker.ietf.org/doc/draft-mery-nagy-taistamp/\n[rfc-repo]: https://github.com/karasz/rfc-taistamp\n\n## Development\n\n```sh\npnpm install\npnpm precommit   # dev:prepare → lint → type-check → build → test\n```\n\n## Licence\n\n[MIT](LICENCE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagal-dev%2Ftaistamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkagal-dev%2Ftaistamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagal-dev%2Ftaistamp/lists"}