[FEATURE] Add native rsa protection to password fields
This patch adds rsa encryption to password fields. It introduces an own rsaInput render type which turns fields into true password fields and removes JavaScript default value '********'. Furthermore the rsa Api is adjusted to handle the incoming data correctly. Releases: master Resolves: #68166 Change-Id: I4eb8186f77e5b9215310f65d606bc49c71b19880 Reviewed-on: http://review.typo3.org/41286 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 0 additions, 3 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/NodeFactory.php 2 additions, 0 deletionstypo3/sysext/backend/Classes/Form/NodeFactory.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 5 additions, 0 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js 2 additions, 1 deletion...ckend/Resources/Public/JavaScript/FormEngineValidation.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 3 additions, 1 deletion.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
- typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst 2 additions, 1 deletion...ntation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst 23 additions, 0 deletions...er/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst
- typo3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php 178 additions, 0 deletions...3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php
- typo3/sysext/rsaauth/Classes/Hook/DecryptionHook.php 42 additions, 0 deletionstypo3/sysext/rsaauth/Classes/Hook/DecryptionHook.php
- typo3/sysext/rsaauth/Classes/RsaEncryptionDecoder.php 30 additions, 11 deletionstypo3/sysext/rsaauth/Classes/RsaEncryptionDecoder.php
- typo3/sysext/rsaauth/Configuration/TCA/Overrides/be_users.php 4 additions, 0 deletions...3/sysext/rsaauth/Configuration/TCA/Overrides/be_users.php
- typo3/sysext/rsaauth/Configuration/TCA/Overrides/fe_users.php 4 additions, 0 deletions...3/sysext/rsaauth/Configuration/TCA/Overrides/fe_users.php
- typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js 14 additions, 8 deletions...saauth/Resources/Public/JavaScript/RsaEncryptionModule.js
- typo3/sysext/rsaauth/ext_localconf.php 10 additions, 0 deletionstypo3/sysext/rsaauth/ext_localconf.php
Please register or sign in to comment