What is SSL and how is it set for a magento store?
What is PCI-DSS?
PCI-DSS: Payment Card Industry Data Security Standard: this applies to an organization (merchant). It covers all aspects of payment security such as authorized employees, physical and electronic security measures, etc.
What is PA-DSS?
PA-DSS: Payment Application Data Security Standard: this applies to Magento, Inc.’s products and is a component of being PCI Compliant.
What is Patching for in Magento 2?
Does Magento offer security alerting?
Magento offers free security auditing services (Magento Security Center).
Can Magento backup your site?
Magento can backup your website, but this will render it unavailable for a period of time.
What are three major security features in native Magento 2 Enterprise Edition, and are the same features available in Magento 2 Community Edition?
What is the data encryption / hashing key management method used in Magento 2 Enterprise Edition? Is the same method used in Magento 2 Community Edition?
Magento uses an encryption key to protect passwords and other sensitive data. An industry-standard Advanced Encryption Standard (AES-256) algorithm is used to encrypt all data that requires decryption. This includes credit card data and integration (payment and shipping module) passwords. In addition, a strong Secure Hash Algorithm (SHA-256) is used to hash all data that does not require decryption.