PDA

View Full Version : Help Adding Password to Copress File


ryan1303
13-06-2014, 19:54
:confused:
Srep+Arc
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*"


This Script will create "Setup-1.bin" file i want to put password in "Setup-1.bin" File to prevent opening in freearc :)

Thanks Advance

Shadow Delta
13-06-2014, 20:06
:confused:
Srep+Arc
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*"


This Script will create "Setup-1.bin" file i want to put password in "Setup-1.bin" File to prevent opening in freearc :)

Thanks Advance

Not sure about the command line option. You can Directly use the freeARC GUI compression option and add in the password form there. put the compression method in the compression panel, (make sure you have freearc power pack installed)
-msrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8
or your own prefered method.
http://i.imgur.com/WIVIhTd.jpg

Then add in the password on the encryption panel and compress and you are done!
http://i.imgur.com/U7CVcO9.jpg

And if you still need the CLI method, wait until someone turns up and tell you the cmd way to do that. :)

ryan1303
13-06-2014, 20:23
Thank you

chum
16-05-2017, 18:45
Is there a way to add encryption in CLI? I cant find answer anywhere.

78372
17-05-2017, 00:20
arc a -lc8 -ep1 -ed -r -hp -pYourPassword -w.\ Data\Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*"

Nizar3003
17-05-2017, 02:20
its simple bro, just add -p'password'
Done....