{"id":37102819,"url":"https://github.com/sean9999/go-oracle","last_synced_at":"2026-01-14T12:27:25.887Z","repository":{"id":214267735,"uuid":"736103690","full_name":"sean9999/go-oracle","owner":"sean9999","description":"A package that provides basic high-level cryptographic functions using Curve25519","archived":false,"fork":false,"pushed_at":"2025-11-27T22:26:03.000Z","size":5483,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T12:37:51.218Z","etag":null,"topics":["awesome","cli","cryptography","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sean9999.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-27T02:08:49.000Z","updated_at":"2025-11-27T22:25:40.000Z","dependencies_parsed_at":"2023-12-27T03:26:52.839Z","dependency_job_id":"8e080e4c-ac8d-4a82-99e7-ec79b290dbe2","html_url":"https://github.com/sean9999/go-oracle","commit_stats":null,"previous_names":["sean9999/go-oracle"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/sean9999/go-oracle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean9999%2Fgo-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean9999%2Fgo-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean9999%2Fgo-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean9999%2Fgo-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sean9999","download_url":"https://codeload.github.com/sean9999/go-oracle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean9999%2Fgo-oracle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["awesome","cli","cryptography","go"],"created_at":"2026-01-14T12:27:24.109Z","updated_at":"2026-01-14T12:27:25.879Z","avatar_url":"https://github.com/sean9999.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle\n\n\u003cimg src=\"go-oracle-gopher.png?v=2\" alt=\"go oracle\" title=\"go oracle\" height=\"250\" /\u003e\n\nOracle is a go library that provides the following cryptographic functions:\n\n- generate key-pairs\n- encrypt messages\n- decrypt messages\n- sign messages\n- validate messages\n\nOracle is the basic object that can perform these functions. It also has the concept of a Peer. An Oracle is to a private key as a Peer is to a public key.\n\nKeys are Curve25519. Messages are encrypted using ChaCha20-Poly1305 AEAD. Perfect forward secrecy is assured by making use of one-time ephemeral keys. \n\nThis project is heavily inspired by [age](https://github.com/C2SP/C2SP/blob/main/age.md), especially with respect to cryptographic design.  However, I beleive that Oracle provides the following advantages, making it a better choice in some situations:\n\n- Simpler API, doing away with unesseary abstractions\n- A simple, standard format for messages (PEM)\n- Package first. Oracle is first and foremost a Go package with a sensible API\n- Do one thing and do it well. The companion binary `goracle` honours the Linux philosophy by accepting input from stdin and producing output to stdout, unlocking composability.\n\nOracle also comes with a binary called `pemreader` that reads PEM files.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean9999%2Fgo-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean9999%2Fgo-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean9999%2Fgo-oracle/lists"}