Select and Upload your ZIP or RAR or 7z Archive file:
Output:
Notes
- Uploaded files will be deleted immediately. We do NOT store your files.
- This site is using rar2john and zip2john and 7z2john from JohnTheRipper tools to extract the hash
- The goal of this page is to make it very easy to convert your ZIP / RAR / 7zip archive files (.rar, .zip, .7z) to "hashes" which hashcat/john can crack
How to use?
More than easy, just select and upload your ZIP / RAR / 7zip archive file (Max size: 200 Mb). The hash will be computed in the "Output" part.
Example of hash output
RAR Archive
RAR Archive hashcat mode are 12500 (RAR3-hp) and 13000 (RAR5), and output format looks like:
$RAR3$*type*hex(salt)*hex(partial-file-contents):type::::type = 0 stands for files encrypted with rar -hp Option "hp" encrypts both file data and headers. Sample:
$RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317type = 1 stands for files encrypted with rar -p Option "-p" option encrypts only files. Sample:
$RAR3$*type*hex(salt)*hex(crc)*PACK_SIZE*UNP_SIZE*0*archive_name*offset-for-ciphertext*method:type::file_name or $RAR3$*type*hex(salt)*hex(crc)*PACK_SIZE*UNP_SIZE*1*hex(full encrypted file)*method:type::file_name
ZIP Archive
ZIP Archive hashcat mode is 13600 (WinZip) and can output 2 formats, which look like:
$zip2$*0*3*0*b5d2b7bf57ad5e86a55c400509c672bd*d218*0**ca3d736d03a34165cfa9*$/zip2$ or $pkzip2$2*1*1*0*8*24*8058*9125*1b9e7c93b129bd495fe107c89ffbf222bc39303ae92ab534e5cb5013db97bb538945fcb1*2*0*188*2dc*33d1d8af*3c1*2c*8*188*33d1*90ed*.....*$/pkzip2$::::zip2 stands for AES-256, which provides a stronger encryption. Used in modern zip manager (7-zip, WinZip, etc.)
pkzip2 stands for ZipCrypto, which is an old/legacy encryption.
7-zip Archive
7-zip Archive hashcat mode is 11600 (7-zip), output format looks like:
$7z$0$19$0$salt$8$f6196259a7326e3f0000000000000000$185065650$112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d67c60b56aad338f20c0dcc5eb811c7a61128ee0746f922cdb9c59096869f341c7a9cb1ac7bb7d771f546b82cf4e6f11a5ecd4b61751e4d8de66dd6e2dfb5b7d1022d2211e2d66ea1703f96Note: Like RAR, one can choose to encrypt Archive header as well - this will hide the file names inside the archive. Option for this is to use -mhe swith with 7z command line tool, or to check the checkbox "Encrypt filenames" in the GUI.
Credits
Credits go to JohnTheRipper project ; https://github.com/magnumripper/JohnTheRipper/