Skip to content

v0.4.0

Choose a tag to compare

@oritwoen oritwoen released this 21 Dec 23:45
· 54 commits to main since this release

0.4.0 is the next minor release.

👀 Highlights

Cascading filter for multi-puzzle verification! 🎉

🔗 Cascade Filter

Reduce false positives when analyzing masked keys by verifying candidates against multiple known puzzle keys (#17).

vuke analyze 0x16 --analyzer milksad --cascade "5:0x16,10:0x273,15:0x7a85"

Probability analysis:

  • P5 alone: 1/16 chance of false positive
  • P5 + P10: 1/8192
  • P5 + P10 + P15: virtually impossible false positive

Essential for 64-bit seed space analyzers (mt64, xorshift).

✅ Upgrading

cargo install vuke

👉 Changelog

compare changes

🚀 Enhancements

  • analyze: Add cascading filter (#17)

❤️ Contributors