Mule

https

HTTPS for Mule Applications

Enabling HTTPS for Mule applications can be a complex process. It requires a solid understanding of several key concepts related to TLS, keystores, and truststores. This guide walks you through the essentials of HTTPS configuration in Mule 4. Key Concepts Covered TLS with Keystores and Truststores TLS (Transport Layer Security) is a cryptographic protocol that …

HTTPS for Mule Applications Read More »

encryption picture

Mule 4 – Password Encryption/Decryption (Secure Property Placeholder)

To protect sensitive information, you’ll need to configure the Security Configuration Module (Secure Properties Config). This module allows you to encrypt and decrypt confidential data such as passwords, Social Security Numbers (SSNs), credit card numbers, and more. For this tutorial, we’ll use password tokenization as an example, leveraging Blowfish.js as the encryption algorithm and Anypoint …

Mule 4 – Password Encryption/Decryption (Secure Property Placeholder) Read More »