I need to unarchive *.rar file and extracte with password on PHP. I found many decisions on PHP, but all they don't provide password in archive. Should it do so through the exec ()?
My OS: Windows 8
I need to unarchive *.rar file and extracte with password on PHP. I found many decisions on PHP, but all they don't provide password in archive. Should it do so through the exec ()?
My OS: Windows 8
Have you tried using rar_open()? It has an argument for password. I personally never used it, so can not vouch if it works well.
For Windows you need to have php_rar.dll enabled in php.ini.