github Ciphey/Ciphey 5.5.0
🧍 The Human Checker 🧍

latest releases: 5.14.0, 5.13.0, 5.12.1...
3 years ago

Features

  • Added human checker and spinner pause handle (#374)

Now when Ciphey finds plaintext, by default, it will ask you if the plaintext is actually the plaintext.
The best plaintext checker is humans, after all!

This opens up a wide variety of new checkers. Right now we are building specific checkers (JSON, English, Regex).

So we had high accuracy, but low generality. We could only spot these specific things.

By introducing the Human Check, we can now build lower accuracy but higher generality checks. Things like:

  • Entropy (to find order in text)
  • Chi Squared (technically g-test) to match freq distributions with an expected distribution.

By combining these two approaches and using the Human Checker, Ciphey should be able to present to the human the plaintext most of the time without missing it.

Learn to disable this here:
https://github.com/Ciphey/Ciphey/wiki/Common-things-you-may-want-to-do#how-do-i-disable-the-human-checker

Learn more about our checkers here:
https://github.com/Ciphey/Ciphey/wiki/Checkers,-explained

Maintenance

  • docs: add anantverma275 as a contributor (#372)
  • remove codacy badge (#379)
  • Fix readme (#378)

Bugs

🪲

Don't miss a new Ciphey release

NewReleases is sending notifications on new releases.