Model
ReEncryptor
Magento\EncryptionKey\Model\Data\ReEncryptorList\ReEncryptor
What it does
This class represents a generic re-encryptor that handles the re-encryption of data when Magento's encryption key changes.
Developers use this as a base for creating virtual classes that re-encrypt specific types of encrypted data (like customer passwords, payment information, etc.) stored in the database, delegating the actual re-encryption logic to specialized handlers.
Public Methods
- getDescription()
- reEncrypt()