PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.16k stars 2.68k forks source link

Fix 32-bit Problem in PasswordEncoder #2551

Closed oleibman closed 5 months ago

oleibman commented 5 months ago

Description

Password encoder is not 32-bit safe.

Fixes #2550

Checklist:

coveralls commented 5 months ago

Coverage Status

coverage: 97.217%. remained the same when pulling ab7a3ae3026cf665ab9e12daebe38afcba41ce6a on oleibman:enc32 into 2f4da6e491643c88f3c5d2892f5a63febb66b313 on PHPOffice:master.

oleibman commented 5 months ago

@Progi1984 Change log is updated.