Mule runtime on-premises security
Security is critical for any business to ensure that information stored and retrieved via software applications is secure and protected, and it must be secured from unauthorized users. Information such as credit card details and Social Security numbers should be accessed in a secure way to perform any transaction, and it must only be accessible to legitimate or authorized users.
The Mule runtime provides various tools for implementing security:
- A cryptography module for encrypting and decrypting data. Supported strategies are JCE, PGP, and XML to encrypt and sign data.
- Secure configuration properties for storing credentials or sensitive data in a properties file in encrypted form.
- Enabling a FIPS 140-2 certified environment
- Out-of-the-box API policies such as JWT validation tokens, client credentials enforcement policy, and other security policies that can be enabled on APIs for authorization and authentication.
- TLS security...