Salesforce B2C Commerce 24.7 > B2C Commerce Security Guide > Security Best Practices for Administrators
Secure Storage
Salesforce B2C Commerce stores many types of sensitive information, the most important being credit card details.
- Credit Card Encryption
Credit card encryption, key generation, and re-encryption is automatic in B2C Commerce. B2C Commerce provides the ability to monitor this process for merchants undergoing a PCI audit. - Private Keys and Certificates
In various scenarios, you need to import your 3rd party certificates and private keys into your instanceβs keystore. A keystore can store multiple entries, each of which can be of typePrivateKeyEntry
or of typeTrustedCertificateEntry
. This is similar to the terminology used byjava.security.KeyStore
.
Infocenter Retirement: On June 30, 2023, the Infocenter was retired, and documentation currently hosted on the Infocenter will be published to Salesforce Help, Commerce Cloud Developer Center, and Salesforce B2C Commerce Developer Documentation Resources. For more information, see the release note.