Skip to content

Commit

Permalink
Registered the SodiumCipher class (#18355)
Browse files Browse the repository at this point in the history
* Registered JCryptCipherSodium

* Fixed spacing
  • Loading branch information
ZacharyDraper authored and Michael Babker committed Oct 16, 2017
1 parent 98dd4fe commit 39003a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/classmap.php
Expand Up @@ -381,6 +381,7 @@
JLoader::registerAlias('JCryptCipherMcrypt', '\\Joomla\\CMS\\Crypt\\Cipher\\McryptCipher', '4.0');
JLoader::registerAlias('JCryptCipherRijndael256', '\\Joomla\\CMS\\Crypt\\Cipher\\Rijndael256Cipher', '4.0');
JLoader::registerAlias('JCryptCipherSimple', '\\Joomla\\CMS\\Crypt\\Cipher\\SimpleCipher', '4.0');
JLoader::registerAlias('JCryptCipherSodium', '\\Joomla\\CMS\\Crypt\\Cipher\\SodiumCipher', '5.0');
JLoader::registerAlias('JCryptCipher3Des', '\\Joomla\\CMS\\Crypt\\Cipher\\TripleDesCipher', '4.0');
JLoader::registerAlias('JCryptPasswordSimple', '\\Joomla\\CMS\\Crypt\\Password\\SimpleCryptPassword', '4.0');

Expand Down

0 comments on commit 39003a7

Please sign in to comment.