Releases: bemosior/PHPasswordPusher
v2.1.0
We're back! All libraries have been updated to their latest versions as of release. ZeroClipboard was removed because it used Flash, instead we're now using clipboard.js. Bootstrap v4 no longer supports Glyphicons, so Fontello was used to grab the Font Awesome icons we need and they are now used instead. jQuery is at the latest and greatest 3.1.0. Various formatting fixes were done to adjust for these new libraries.
Feel free to open an issue if you see any problems!
v2.0.0
This release includes breaking changes due to an improved encryption implementation. The project now uses the appropriate Rijndael algorithm to meet AES, uses a cryptographically secure random number generator, and checks key length per breaking PHP behavior surrounding the same (thanks to @vaindil for various contributions to to that point).
Additionally, installation behavior surrounding database setup has been much improved (thanks to @vaindil), and a form bug was fixed (thanks to @andy-taylor-sift).