Ewen Quimerc'h f7543efe13 Merge pull request #1 from EwenQuim/imgbot
[ImgBot] Optimize images
2024-06-04 20:37:10 +02:00
2024-06-04 18:15:17 +02:00
2024-06-04 18:10:51 +02:00
2024-06-04 17:14:10 +00:00
2024-06-04 18:15:17 +02:00
2024-06-04 18:10:51 +02:00
2024-06-04 18:16:41 +02:00
2024-06-04 18:10:51 +02:00
2024-06-04 18:10:51 +02:00
2024-06-04 18:15:17 +02:00

Entropy logo

Paranoïd about having secrets leaked in your huge codebase? Entropy is here to help you find them!

Entropy

Go Reference Go Report Card

Entropy is a CLI tool that will scan your codebase for high entropy lines, which are often secrets.

Installation

If you have Go installed

go install github.com/EwenQuim/entropy@latest
entropy

or in one line

go run github.com/EwenQuim/entropy@latest

With brew

WIP

Usage

I don't want to maintain a documentation here, so just run

entropy -h

as it will always be up to date.

Description
Entropy is a CLI tool that will scan your codebase for high entropy lines, which are often secrets.
Readme MIT 571 KiB
Languages
Go 100%