Categories

Featured templates

Magento. What is Magento encryption key

Ray Taylor April 6, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

In this tutorial you will learn what is the Magento encryption key and how to use it.

  1. The Magento Encryption Key is generated during the Magento Installation. It is used for the encryption and the security storage of the sensitive data in the script’s database:

    magento_crypt

  2. The Magento Encryption Key is kept in the app/etc/local.xml file. You can open it through File Manager tool in your cPanel or FTP, for example. In this file, you can look for the following code:

    <crypt><key><!--[CDATA[ENCRYPTION_KEY]]--></key></crypt>
  3. The ENCRYPTION_KEY string is replaced by the actual encryption key.

  4. Note that when you upgrade the site to a new Magento installation, you will be able to log in with the usernames and passwords that you used, even if the encryption key is different.

  5. However, if you forgot to remember and resave encryption key from the old installation, you will encounter a problem where some payment or shipping gateways will not work. Access data will not work although you have them in the database. This is where Encryption Key is important. For example, PayPal, Authorize.net and similar transaction keys and passwords are additionally secured with this key via hash & salt method. Basically, without the transaction key, you will have to re-save those access data from Magento administration interface.

  6. You should always keep your Magento encryption key securely saved somewhere. You will need it in case you want to move your data to a different Magento instalation. In addition, some payment and shipment processors require it to operate correctly.

Thank you for reading this tutorial.

Responsive Magento Themes
This entry was posted in Magento Tutorials and tagged encryption, key, Magento. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket