magento2 - What is correct method to encrypt and decrypt data in magento 2? -
i creating magento 2 custom module, getting data using api call. need store data in custom table. before storage need encrypt data. think there default encrypt function that. have used mage::helper('mage_core_helper_data')->encrypt($value)
. no success.
Comments
Post a Comment