genecommerce / module-encryption-key-manager

Tooling to help generate and invalidate magento encryption keys
GNU Lesser General Public License v3.0
54 stars 14 forks source link

Warning: Invalid argument supplied for foreach() in Model/RecursiveDataProcessor.php on line 28 #25

Closed JMLucas96 closed 1 month ago

JMLucas96 commented 1 month ago

Prevent warning on tfa_ tables.

JMLucas96 commented 1 month ago

Thank you for your contribution @JMLucas96

Before I merge this in can I confirm the cause of this failure to decrypt? Is the input $value empty ?

Hi @convenient , it breaks process when $this->encryptor->decrypt($value); returns empty string. Thank you for your good module, it works pretty well 😄