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
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
We just upgraded our project from phpSec 0.6.2 to 0.6.5 and now none of the encrypted data we have decodes properly. This seems to be caused by the library deriving the actual crypto keys from our passphrase via PBKDF2 (see ebcc18e) and maybe the reduction of the workload from 1,000 to 1 in e02f4c4.
Thanks for completely breaking backwards compatibility by releasing a bugfix release. Semver, anyone?