? ? Pending

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
14 Jan 2017

Summary of Changes

Makes Joomla's crypt library use the latest version of the crypto library and removes our old version. Note that we already have this library in composer indirectly via the framework crypt package - so that's why the files aren't being installed

avatar wilsonge wilsonge - open - 14 Jan 2017
avatar wilsonge wilsonge - change - 14 Jan 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jan 2017
Category External Library Libraries
avatar mbabker
mbabker - comment - 14 Jan 2017

I wouldn't do this.

Right now, we have the 1.x version of this package as a non-Composer dependency as JCryptCipherCrypto and the 2.x version as a Composer dependency as Joomla\Crypt\Cipher\Crypto. https://github.com/defuse/php-encryption/blob/master/docs/UpgradingFromV1.2.md implies that you need to deal with changes in the package to keep using your encrypted data when upgrading from 1.x to 2.x so I would suggest leaving this alone (probably just mark JCryptCipherCrypto and the 1.x package integration as deprecated for removal in 5.0).

avatar wilsonge
wilsonge - comment - 14 Jan 2017

OK Works for me

avatar wilsonge wilsonge - change - 14 Jan 2017
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2017-01-14 21:30:37
Closed_By wilsonge
Labels Added: ? ?
avatar wilsonge wilsonge - close - 14 Jan 2017

Add a Comment

Login with GitHub to post a comment