(dev/core#2258) CryptoToken - Don't build registry if we only read plaintext
authorTim Otten <totten@civicrm.org>
Wed, 16 Dec 2020 23:29:43 +0000 (15:29 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 19 Dec 2020 04:54:30 +0000 (20:54 -0800)
commit7c5110c362e57b9c424829070f8e13274bbe0cfd
tree90e9efdf572cecff72eb454a015a6572a6691dc4
parent8d3452c40914685bfcbdd48ce9e471415e4d1d51
(dev/core#2258) CryptoToken - Don't build registry if we only read plaintext

Example: You have a basic site that has not enabled encrypted fields, but the
integration with settings/APIs causes one to use CryptoToken::decrypt()
Civi/Core/Container.php
Civi/Crypto/CryptoToken.php
tests/phpunit/Civi/Crypto/CryptoTokenTest.php