1.1.1 • Published 7 years ago

jwt-crack v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

jwt-crack

Multi-threaded JWT cracker in pure Node.js

TODO

  • Implement --minlen option
  • Find a faster HMAC SHA256 module
  • Add forecasts to progress notifications (either ETA or estimated finish time)
  • Use a CLI progress bar module for progress?
  • Output string secret instead of number when aborting? If so also accept it on --start
  • Resume if worker dies? Maybe not needed why would they die?
  • Read header, detect alg and support them?