Skip to content

v0.2.0

Choose a tag to compare

@oritwoen oritwoen released this 20 Dec 19:38
· 59 commits to main since this release

0.2.0 is the next minor release.

👀 Highlights

Key origin analysis and file output! 🎉

🔍 Reverse Key Analysis

Check if a private key could have been generated by a vulnerable method (#8):

vuke analyze c4bbcb1fbec99d65bf59d85c8cb62ee2db963f0fe106f483d9afa73bd4e39a8a

Supports Milksad brute-force, pattern detection, and heuristic analysis.

💾 File Output

Save results to file with --output flag (#2):

vuke generate --output results.csv range --start 1 --end 1000000

📋 Changelog Generation

Automated changelog with git-cliff (#4).

✅ Upgrading

cargo install vuke

👉 Changelog

compare changes

🚀 Enhancements

  • cli: Add --output flag (#2)
  • cli: Add changelog generation (#4)
  • analyze: Add reverse key origin detection (#8)

🤖 CI

  • Add crates.io publish workflow (#6)

❤️ Contributors