[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1747302638960986.gif (271 KB, 640x480)
271 KB
271 KB GIF
>mfw If you don’t check “Encrypt file names” in 7-Zip, then only the file contents are encrypted. the central directory headers remain plaintext, and zip2john sometimes interprets that as “not encrypted” when it parses the archive
>>
maybe the script will do the trick
7z2john.pl file.zip > hash.txt
>>
>freetards can't design things and come up with something awful
>freetards suffering the consequences and frogposting awful threads to vent
must be another day ending in y
>>
File: 1740002882007986.jpg (201 KB, 702x634)
201 KB
201 KB JPG
>>106435879
on the command-line this is the option -mhe=on, so to create an encrypted archive with encrypted archive header use
7z a -mhe=on -p archive.7z <files>

should have rtfm: https://linux.die.net/man/1/7z
>>
>>106436000
you use AI, don't lie
>>
great to know. there is no way to crack this file. that's the right way to encrypt files
>>
>>106436000
>DO NOT USE the 7-zip format for backup purpose on Linux/Unix because : - 7-zip does not store the owner/group of the file.
So how do you achieve the same level of compression on Linux?
>>
>>106438555
tar + xz or bzip2. You could probably also use tar + 7z, but I’ve not seen it in the wild. Generally in the Unix world the tar file stores the structure of the archived files, then that is sent through the compression algo, meaning you can use whatever compression algo you want without worrying about whether it stores permissions or whatever.
>>
>>106438555
>7-zip does not store the owner/group of the file.
why does the owner and group even matter
all those unix permissions and other bullshit only mattered on 1970s mainframes where you actually had multiple users on a PC



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.