Log in

View Full Version : Question about FreeArc and password-protecting archives.


L33THAK0R
17-08-2021, 10:14
Hi all,

I was reading through the FreeArc documentation (http://freearc.sourceforge.net/FreeArc040-eng.htm) that I could find, looking for information regarding using a password to encrypt archives. Has anyone had any experience using this functionality? I'm interested in adding it to my own future archives, but honestly not too sure where to start.

KaktoR
17-08-2021, 10:20
For what experience you are looking for?

Using parameters -hp -p

Input password inside unpack script is enough.

Joe Forster/STA
17-08-2021, 11:52
Mind you, if the password is unencrypted in your script, it will be pretty easy to find. Also, if you start FreeArc (or any archiver) via command line - rather than calling a DLL function - then the full command line can be extracted from the process, e.g. with Sysinternals' Process Monitor (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) or FAR Manager's "Process List" plugin. Are you sure you want to get tangled up in this cat and mouse game? :)

L33THAK0R
17-08-2021, 18:36
Mind you, if the password is unencrypted in your script, it will be pretty easy to find. Also, if you start FreeArc (or any archiver) via command line - rather than calling a DLL function - then the full command line can be extracted from the process, e.g. with Sysinternals' Process Monitor (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) or FAR Manager's "Process List" plugin. Are you sure you want to get tangled up in this cat and mouse game? :)

Ah fair enough, probably not.