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

@@ -356,6 +356,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Core:AttributePassword+' => '外部デバイス用パスワード',
'Core:AttributeEncryptedString' => '暗号化文字列',
'Core:AttributeEncryptedString+' => 'ローカルキーで暗号化された文字列',
'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~',
'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~',
'Core:AttributeText' => 'テキスト',
'Core:AttributeText+' => '複数行文字列',
'Core:AttributeHTML' => 'HTML',