Added replacement for mcrypt removal in PHP 7.2, added stronger encryption options

SVN:trunk[5996]
This commit is contained in:
Stephen Abello
2018-08-03 08:43:36 +00:00
parent 0adadeb280
commit 8fe38b03f6
18 changed files with 279 additions and 23 deletions

View File

@@ -444,6 +444,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Core:AttributePassword+' => 'Password of an external device~~',
'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
'Core:AttributeText' => 'Text~~',
'Core:AttributeText+' => 'Multiline character string~~',
'Core:AttributeHTML' => 'HTML~~',