Archive for Octubre 21st, 2008
Poner contraseña a archivos .rar en Linux
El otro día necesitaba ponerle contraseña a un archivo comprimido con rar, según el man de rar tenemos:
rar <command> [-<switch 1> -<switch N>] archive [files...]
-hp<password>
Encrypt both file data and headers. The password is case-sensi‐
tive. If you omit the password on the command line, you will be
prompted with message “Enter password”.
-p<password>
Encrypt files with the string <password> [...]










