You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
for sys A no traditional encrypted password is working at all when creating a new archive. it sets a password, and when then trying to extract the archive (with any tool like winrar, winzip, windows explorer ) the given password does not work.
for sys B the behaviour is quite similar, but here passwords without special hcars do work and passwords with special chars do not work when trying to extract the created archive.
How to reproduce
$password = 'whatever'; (new ZipFile) ->addFromString($path, $xml) ->setPassword($password, ZipFileInterface::ENCRYPTION_METHOD_TRADITIONAL) ->saveAsFile($zipPath) ->close();
The text was updated successfully, but these errors were encountered:
Description
for sys A no traditional encrypted password is working at all when creating a new archive. it sets a password, and when then trying to extract the archive (with any tool like winrar, winzip, windows explorer ) the given password does not work.
for sys B the behaviour is quite similar, but here passwords without special hcars do work and passwords with special chars do not work when trying to extract the created archive.
How to reproduce
$password = 'whatever';
(new ZipFile) ->addFromString($path, $xml) ->setPassword($password, ZipFileInterface::ENCRYPTION_METHOD_TRADITIONAL) ->saveAsFile($zipPath) ->close();
The text was updated successfully, but these errors were encountered: