{"id":15115375,"url":"https://github.com/EwenQuim/entropy","last_synced_at":"2025-09-27T21:30:32.455Z","repository":{"id":242729095,"uuid":"810400125","full_name":"EwenQuim/entropy","owner":"EwenQuim","description":"Entropy is a CLI tool that will scan your codebase for high entropy lines, which are often secrets.","archived":false,"fork":false,"pushed_at":"2025-01-09T09:02:15.000Z","size":570,"stargazers_count":697,"open_issues_count":0,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T21:04:39.799Z","etag":null,"topics":["cli","entropy","go","secrets-detection"],"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/EwenQuim.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}},"created_at":"2024-06-04T16:09:48.000Z","updated_at":"2025-01-10T07:43:02.000Z","dependencies_parsed_at":"2024-06-26T12:33:31.141Z","dependency_job_id":null,"html_url":"https://github.com/EwenQuim/entropy","commit_stats":null,"previous_names":["ewenquim/entropy"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EwenQuim%2Fentropy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EwenQuim%2Fentropy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EwenQuim%2Fentropy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EwenQuim%2Fentropy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EwenQuim","download_url":"https://codeload.github.com/EwenQuim/entropy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234460505,"owners_count":18836837,"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":["cli","entropy","go","secrets-detection"],"created_at":"2024-09-26T01:43:48.237Z","updated_at":"2025-09-27T21:30:27.089Z","avatar_url":"https://github.com/EwenQuim.png","language":"Go","readme":"![Entropy logo](./entropy.png)\n\n\u003e Paranoïd about having secrets leaked in your huge codebase? Entropy is here to help you find them!\n\n# Entropy\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/EwenQuim/entropy.svg)](https://pkg.go.dev/github.com/EwenQuim/entropy)\n[![Go Report Card](https://goreportcard.com/badge/github.com/EwenQuim/entropy)](https://goreportcard.com/report/github.com/EwenQuim/entropy)\n\nEntropy is a CLI tool that will **scan your codebase for high entropy lines**, which are often secrets.\n\n## Installation\n\n### From source with Go (preferred)\n\n```bash\ngo install github.com/EwenQuim/entropy@latest\nentropy\n\n# More options\nentropy -h\nentropy -top 20 -ext go,py,js\nentropy -top 5 -ignore-ext min.js,pdf,png,jpg,jpeg,zip,mp4,gif my-folder my-file1 my-file2\n```\n\nor in one line\n\n```bash\ngo run github.com/EwenQuim/entropy@latest\n```\n\n### With brew\n\n```bash\nbrew install ewenquim/repo/entropy\nentropy\n\n# More options\nentropy -h\nentropy -top 20 -ext go,py,js\nentropy -top 5 -ignore-ext min.js,_test.go,pdf,png,jpg my-folder my-file1 my-file2\n```\n\n### With docker\n\n```bash\ndocker run --rm -v $(pwd):/data ewenquim/entropy /data\n\n# More options\ndocker run --rm -v $(pwd):/data ewenquim/entropy -h\ndocker run --rm -v $(pwd):/data ewenquim/entropy -top 20 -ext go,py,js /data\ndocker run --rm -v $(pwd):/data ewenquim/entropy -top 5 /data/my-folder /data/my-file\n```\n\nThe docker image is available on [Docker Hub](https://hub.docker.com/r/ewenquim/entropy).\n\nThe `-v` option is used to mount the current directory into the container. The `/data` directory is the default directory where the tool will look for files. **Don't forget to add /data at the end of the command**, otherwise the tool will search inside the container, not your local filesystem.\n\n## My other projects\n\n- [**Fuego**](https://github.com/go-fuego/fuego): A Go framework that generates OpenAPI documentation from your codebase.\n- [**Renpy-Graphviz**](https://github.com/EwenQuim/renpy-graphviz): A tool to generate a graph of the Ren'Py game engine's screens and labels.\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEwenQuim%2Fentropy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEwenQuim%2Fentropy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEwenQuim%2Fentropy/lists"}