Open edgyd opened 2 months ago
I found the same thing, the core_config_data command reports all empty plaintexts
@pingiun if you have any debugging and are able to figure it out please share information. This suggests that the values could not be decrypted, which makes little sense to me as these values should be the ones booting most of magento and should be handled by default pretty well.
@convenient It may actually be the case that I imported the crypt key wrong to my local environment. I will test the module in a staging environment soon, where it may work
Ahhh that may be the case! if you are not running on the actual environment you may also want to consider flushing the cache, as well as opcache if you have env.php
tracked in that.
Hi, On
gene:encryption-key-manager:generate --force
config values are not properly decrypted and re-encrypted, which results in empty config values in admin. Copying back old values and runninggene:encryption-key-manager:reencrypt-unhandled-core-config-data
results:return trim($crypt->decrypt(base64_decode((string)$data)));
Other table re-encryption is running smoothly, only core_config_data table.