{"id":26192964,"url":"https://github.com/phsym/kmip-explorer","last_synced_at":"2025-07-14T00:37:46.921Z","repository":{"id":279511101,"uuid":"938822632","full_name":"phsym/kmip-explorer","owner":"phsym","description":"Browse and manage your KMIP objects in your terminal","archived":false,"fork":false,"pushed_at":"2025-06-25T14:59:16.000Z","size":94,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T15:49:03.682Z","etag":null,"topics":["cryptography","hsm","kmip","kms"],"latest_commit_sha":null,"homepage":"","language":"Go","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/phsym.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}},"created_at":"2025-02-25T15:00:05.000Z","updated_at":"2025-06-25T14:55:32.000Z","dependencies_parsed_at":"2025-02-26T00:24:55.765Z","dependency_job_id":"b54ee01a-b188-44c1-b1c8-732db2c2a997","html_url":"https://github.com/phsym/kmip-explorer","commit_stats":null,"previous_names":["phsym/kmip-explorer"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/phsym/kmip-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fkmip-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fkmip-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fkmip-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fkmip-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phsym","download_url":"https://codeload.github.com/phsym/kmip-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phsym%2Fkmip-explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228141,"owners_count":23731067,"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":["cryptography","hsm","kmip","kms"],"created_at":"2025-03-12T01:32:08.951Z","updated_at":"2025-07-14T00:37:46.898Z","avatar_url":"https://github.com/phsym.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kmip-explorer\n[![build](https://github.com/phsym/kmip-explorer/actions/workflows/test.yaml/badge.svg)](https://github.com/phsym/kmip-explorer/actions/workflows/test.yaml)\n[![license](https://img.shields.io/badge/license-Apache%202.0-red.svg?style=flat)](https://raw.githubusercontent.com/phsym/kmip-explorer/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/phsym/kmip-explorer)](https://goreportcard.com/report/github.com/phsym/kmip-explorer) [![Download Count](https://img.shields.io/github/downloads/phsym/kmip-explorer/total.svg)](https://github.com/phsym/kmip-explorer/releases/latest)\n\nBrowse and manage your KMIP objects in your terminal.\nIt supports KMIP from v1.0 up to v1.4.\n\n![image](https://github.com/user-attachments/assets/1265c216-1c77-4816-8df6-3286a964ae2c)\n\n## Quick start\n\n### Installation\n\n#### From release\nDownload the latest release from the [release page](https://github.com/phsym/kmip-explorer/releases/latest)\n\n#### Install with go\nRun `go install github.com/phsym/kmip-explorer@latest`\n\n### Run it\nDisplay help with `kmip-explorer -h`\n```\nUsage of kmip-explorer:\n  -addr string\n        Address and port of the KMIP Server (default \"eu-west-rbx.okms.ovh.net:5696\")\n  -ca string\n        Server's CA (optional)\n  -cert string\n        Path to the client certificate\n  -key string\n        Path to the client private key\n  -no-ccv\n        Do not add client correlation value to requests\n  -no-check-update\n        Do not check for update\n  -tls12-ciphers string\n        Coma separated list of tls 1.2 ciphers to allow. Defaults to a list of secured ciphers\n  -version\n        Display version information\n```\n\nAnd run it with \n```bash\nkmip-explorer -addr eu-west-rbx.okms.ovh.net:5696 -cert client.crt -key client.key\n```\n\n## Demo\n[![asciicast](https://asciinema.org/a/CtasVyDZNQqVLwKvL5ej96ftR.svg)](https://asciinema.org/a/CtasVyDZNQqVLwKvL5ej96ftR)\n\n## Compatibility\nThis project is developed using using [OVHcloud's KMIP client](https://github.com/ovh/kmip-go) and inherits the library compatibility. Checkout the [compatibility matrix](https://github.com/ovh/kmip-go/blob/main/README.md#implementation-status).\n\nIt supports KMIP protocol from v1.0 up to v1.4, and is tested against [OVHcloud's KMS service](https://help.ovhcloud.com/csm/en-ie-kms-quick-start?id=kb_article_view\u0026sysparm_article=KB0063362).\n\n### PyKMIP\nRunning **kmip-explorer** with a PyKMIP server with default settings may require you to pass the 2 following arguments:\n```bash\nkmip-explorer -tls12-ciphers TLS_RSA_WITH_AES_128_CBC_SHA256 -no-ccv\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphsym%2Fkmip-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphsym%2Fkmip-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphsym%2Fkmip-explorer/lists"}