{"id":13509681,"url":"https://github.com/coniks-sys/coniks-go","last_synced_at":"2025-03-30T13:32:40.473Z","repository":{"id":69060254,"uuid":"60117979","full_name":"coniks-sys/coniks-go","owner":"coniks-sys","description":"A CONIKS implementation in Golang","archived":false,"fork":false,"pushed_at":"2022-10-06T01:40:20.000Z","size":569,"stargazers_count":116,"open_issues_count":61,"forks_count":30,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-01T09:35:03.645Z","etag":null,"topics":["coniks","cryptography","golang","key-transparency","merkle-tree","pki"],"latest_commit_sha":null,"homepage":"http://coniks.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coniks-sys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-05-31T19:37:35.000Z","updated_at":"2024-02-21T02:10:16.000Z","dependencies_parsed_at":"2023-02-23T01:15:47.971Z","dependency_job_id":null,"html_url":"https://github.com/coniks-sys/coniks-go","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coniks-sys%2Fconiks-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coniks-sys%2Fconiks-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coniks-sys%2Fconiks-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coniks-sys%2Fconiks-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coniks-sys","download_url":"https://codeload.github.com/coniks-sys/coniks-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246324255,"owners_count":20759101,"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":["coniks","cryptography","golang","key-transparency","merkle-tree","pki"],"created_at":"2024-08-01T02:01:11.403Z","updated_at":"2025-03-30T13:32:40.187Z","avatar_url":"https://github.com/coniks-sys.png","language":"Go","funding_links":[],"categories":["Go","golang"],"sub_categories":[],"readme":"# CONIKS Go\n\n[![Build Status](https://travis-ci.org/coniks-sys/coniks-go.svg?branch=master)](https://travis-ci.org/coniks-sys/coniks-go)\n[![Coverage Status](https://coveralls.io/repos/github/coniks-sys/coniks-go/badge.svg?branch=master\u0026dummy=1)](https://coveralls.io/github/coniks-sys/coniks-go)\n\nhttp://coniks.org\n\n## Overview\n\nCONIKS is a key management system that provides transparency and privacy\nfor end-user public keys.\nCONIKS protects end-to-end encrypted communications against malicious or\ncompromised communication providers and surveillance by storing users'\nencryption keys in tamper-evident and publicly auditable\nkey directories on the server side.\nThis allows messaging clients to verify the identity of\nusers automatically, and prevents malicious/compromised servers from\nhijacking secure communications without getting caught.\n\nThis repository provides a [Golang](https://golang.org) implementation of the\nCONIKS system. The implementation consists of a library, described in the\nfollowing section, a standalone CONIKS-server and -client, and a registration\nproxy using this library.\n\n## Golang Library\n\nThe packages in this library implement the various components of the CONIKS\nsystem and may be imported individually.\n\n- `application`: CONIKS application-layer library.\n- `cli`: CONIKS command-line tools (registration bots, key server, and test client).\n- `crypto`: Cryptographic algorithms and operations\n- `merkletree`: Merkle prefix tree and related data structures\n- `utils`: Utility functions\n- `protocol`: CONIKS protocols implementation/library\n- `storage`: Hooks for persistent storage backend (currently unused)\n\n## Installation\n\nYou need to have [Golang](https://golang.org/doc/install) version 1.9 or higher installed.\nIf Golang is set up correctly, you can simply run:\n```\ngo get github.com/coniks-sys/coniks-go/...\n```\n\nFor usage instructions, see the documentation in their respective packages: [CONIKS-server](cli/coniksserver), a\nsimple command-line [client](cli/coniksclient), and the [registration-proxy](cli/coniksbot).\n\n## Disclaimer\n\nPlease keep in mind that this CONIKS library is under active development.\nThe repository may contain experimental features that aren't fully tested.\nWe recommend using a [tagged release](https://github.com/coniks-sys/coniks-go/releases).\n\n## API Documentation\n\nhttps://godoc.org/github.com/coniks-sys/coniks-go\n\n## Current Core Developers\n\nReleases of coniks-go will be signed with one of the following GPG keys:\n\n- **Arlo Breault** \u0026lt;arlo@torproject.org\u0026gt; `4797E7E1069D84AC4040797A5E3A93B4D4DDCD8B`\n- **Ismail Khoffi** \u0026lt;Ismail.Khoffi@gmail.com\u0026gt; `2BC709FBD0E50EB2D7272AD8760DA7917109FB7B`\n- **Marcela Melara** \u0026lt;msmelara@gmail.com\u0026gt; `C0EB3C38F30F80AB6A12C9B78E556CF999AAFE63`\n- **Vu Quoc Huy** \u0026lt;huyvq.c633@gmail.com\u0026gt; `533191CEEC406DFF360D19DEC6202750C2FA740E`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconiks-sys%2Fconiks-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconiks-sys%2Fconiks-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconiks-sys%2Fconiks-go/lists"}