Posts: 1
Threads: 1
Joined: Feb 2019
02-27-2019, 10:44 PM
(This post was last modified: 02-27-2019, 10:44 PM by lamb0fgod.)
Hello everyone, I recently created a compressed file using "Freearc". I liked a password and I would like to know how I can extract the hash of that password.
Use a bat file to create it "arc to -lc512 -ld512 -ep1 -ed -r -hp -pYourPassword -w. \ Data \ Setup-1.bin -msrep + lzma: a1: mfbt4: d256m: fb128: mc1000: lc8 "
Freearc uses standard aes-256 method to encrypt the files.
I checked the interior trying to find the hash, but I do not know if I'm doing well.
https://ibb.co/6gskjsF
Posts: 5,185
Threads: 230
Joined: Apr 2010
Posts: 1
Threads: 0
Joined: Mar 2022
(03-03-2019, 11:43 AM)atom Wrote: arc is not supported
Why ?
Posts: 889
Threads: 15
Joined: Sep 2017
03-07-2022, 12:27 PM
(This post was last modified: 03-07-2022, 12:28 PM by Snoopy.
Edit Reason: typo
)
no new version since 2010, website is down, no informations from the devolopers since 2016
this is considered abandonware, why should hashcat support such software?
each new algorithm needs support and a way to extract the hash, so why supporting an unsupported piece of software?
if you use such old software its fine, but most users will stick to 7z or similar
Posts: 930
Threads: 4
Joined: Jan 2015
03-14-2022, 12:41 AM
(This post was last modified: 03-14-2022, 12:41 AM by royce.)
If an algorithm exists and is easy to implement in hashcat, then if it was rare, I can see the main developers not wanting to implement it themselves. But I would want to be open to accepting good PRs that implement it.
And for legacy hash types for zip/archive/etc specifically, it's not like if 7z got replaced with EvenBetterZ someday that we wouldn't continue to need to recover passwords from older archives. The archives - and therefore the potential need to recover them - will persist long after the software stops being actively used.
~