PACOMP -fips and -e2 commands
-
Hi
I am trying to understand what is default encryption method for PACOMP -fips command?
And what is the difference if you specify encryption method using e[0,1,2] command?
Using only FIPS:
pacomp -a -ssecret -fips -p stuff.bh “c:\my stuff*.*”FIPS combined with e2
pacomp -a -ssecret -fips -e2 -p stuff.bh “c:\my stuff*.*” -
Hi
I am trying to understand what is default encryption method for PACOMP -fips command?
And what is the difference if you specify encryption method using e[0,1,2] command?
Using only FIPS:
pacomp -a -ssecret -fips -p stuff.bh “c:\my stuff*.*”FIPS combined with e2
pacomp -a -ssecret -fips -e2 -p stuff.bh “c:\my stuff*.*”Hello,
FIPS mode is only for ZIP AES archives. So you have to use format ZIP and of course best is to use AES 256 encryption.
-
If I use command line below would it use aes256 by default?
pacomp -a -ssecret -fips -p stuff.bh “c:\my stuff*.*”
Or I need to specify it explicitly?
-
you need to specify it, and you need to use ZIP format - so stuff.zip not stuff.bh
