Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
Entropy, a CLI that scans files to find high entropy lines (might be secrets)
11–20 of 141 posts
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#12Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#13Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
Then, having done all that, such steganography may be detectable using this very tool by encoding the difference between the LLM's prediction and ground truth, but searching for substrings with low entropy instead!
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#14Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
In general (for those unaware) this is called stenography. You can hide an image in the lower bits of another image for example too.
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#15This is very cool, but I have a thought - I see this as a last line of defense, and I am concerned that this would this give a false sense of security leading people to be more reckless with secrets.
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#16Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#17Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
I imagine a social media site full of bots chatting about nonsense. Hidden in the nonsense are humans chatting about different nonsense. This way, server costs get paid for by advertisers, but its really only bots that see the ads anyway.
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#18Note that in an adversarial setting this will only be effective against careless opponents. If you properly encode your secret it will have the entropy of its surroundings. For example you can hide a string of entropy (presumably something encrypted) in text as a biased output of an LLM. To recover it you would use the same LLM and measure deviations from next-token probabilities. This will also fool humans examining…
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#19This is very cool, but I have a thought - I see this as a last line of defense, and I am concerned that this would this give a false sense of security leading people to be more reckless with secrets.
Re: Entropy, a CLI that scans files to find high entropy lines (might be secrets)
#20Their free service can also auto detect and notify you of leaked secrets, passwords or high entropy lines from your online repos.