{"id":20637610,"url":"https://github.com/go-compile/mim","last_synced_at":"2026-04-16T20:45:50.722Z","repository":{"id":139680338,"uuid":"582968185","full_name":"go-compile/mim","owner":"go-compile","description":"MIM is a Hash Visualization algorithm utilising 4x4 colour matrixes. This provides a quick and easy method to compare fingerprints, e.g. SSH keys, x509 certs etc. For both terminals (ANSI) and desktop, mobile \u0026 web (SVG).","archived":false,"fork":false,"pushed_at":"2022-12-29T11:39:49.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T09:06:46.114Z","etag":null,"topics":["ansi","crypto","cryptography","fingerprint","hash","image","randoart","ssh","svg","verification","visualization","x509"],"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/go-compile.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}},"created_at":"2022-12-28T11:27:15.000Z","updated_at":"2022-12-28T11:38:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"864a5686-491b-48c7-8d6c-71d1b4ac2134","html_url":"https://github.com/go-compile/mim","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"54617c47e2606ad3f8e0d7c3fe85c9b9dae45560"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/go-compile/mim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-compile%2Fmim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-compile%2Fmim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-compile%2Fmim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-compile%2Fmim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-compile","download_url":"https://codeload.github.com/go-compile/mim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-compile%2Fmim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31904067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["ansi","crypto","cryptography","fingerprint","hash","image","randoart","ssh","svg","verification","visualization","x509"],"created_at":"2024-11-16T15:15:14.984Z","updated_at":"2026-04-16T20:45:50.673Z","avatar_url":"https://github.com/go-compile.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MIM (Minimal Identity Mozaic)\n\nMIM is a Hash Visualization format utilising 4x4 colour matrixes. This provides a quick and easy method to compare fingerprints, e.g. SSH keys, x509 certs etc.\n\n[\\[ Go Implementation \\]](https://github.com/go-compile/mim)\n[\\[ Rust Implementation \\]](https://github.com/go-compile/mim-rs)\n\n## Properties\n- Pre Image Resistant\n- Fixed Length Output\n- Collision Resistant\n- Fast \u0026 Efficient\n- Customisable CHF\n- Identical Colours Cross Platform\n\n## Output\n\nMIM outputs coloured **ANSI escape codes** or **SVGs**.\n\n![MIM Mozaic output](./.github/images/mim2.png)\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"crypto/sha256\"\n\t\"fmt\"\n\n\t\"github.com/go-compile/mim\"\n)\n\nfunc main() {\n\tfingerprint := sha256.Sum256([]byte(\"certificate contents would typically go here\"))\n\n\tfmt.Printf(\"Fingerprint: %X\\n\\n\", fingerprint)\n\t\n\tfmt.Println(mim.New(fingerprint[:], sha256.New).ANSI())\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-compile%2Fmim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-compile%2Fmim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-compile%2Fmim/lists"}