Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 397 Bytes

WASM-KHash

A quick way to get the hash of an encrypted rar5 or zip file.
Only Supports rar5 and a very basic version of zip-aes.

🛠️ Building

wasm-pack build --target web

📖 Credits

  • john2rar for providing the initial C implementation.
  • john2zip for providing the initial C implementation.