Hello,
We’ve been creating a small script to automate some actions to a zip -file. During this we discovered that apparently at least the Extract Zip file -action as well as 7-Zip Extract Archive -action in some cases truncate the password.
We tested this with password being passed to the actions as an action list parameter. Test password used was “12345abcde67890fghij12345klmno67890”.
If the password was set using the action dialog from the parameter, the result was invariably error concerning invalid password.
Same issue was observed when we tried to set the password via script. After the following BeforeAction -script the TEMP_STRING -variable was set to “12345abcde67890fghij12345klmno67”:
Action.EncryptedPassword = A_ARCHIVE_PASSWORD
TEMP_STRING = Action.EncryptedPassword
This leads us to believe that the action truncates the password somehow, which causes the inability to extract the archive.
We also noted that the 7-Zip action does not seem to expose the password -field for scripting.
We are using the most recent official version (6.2.0.1265).