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

Don't logging not encrypted types values #54

Closed AlexRapatij closed 1 month ago

AlexRapatij commented 1 month ago

In some cases some columns historically could have encrypted and not encrypted values. In our case it was rp_token column in customer_entity table. Due to our prev login in plugin we don't expect that. So I have added just additional simple validation to avoid erroneous logged data