The following Secure Properties API web interfaces are internally maintained convenience tools and are not officially supported services. Therefore, they do not have guaranteed uptime or an SLA, and users may occasionally experience a 504 Gateway Timeout:
In such cases, users and customers are advised to use the officially supported Secure Properties Tool CLI to encrypt their secure properties locally. It provides the same result as the web interface and works entirely offline.
The good news is you can encrypt your secure properties locally using the official command-line tool,
which is the documented and supported method:
1. Download the JAR from the Exchange or the documentation page:
https://docs.mulesoft.com/mule-runtime/latest/secure-configuration-properties#secure_props_tool
2. Run the encryption command:
java -cp secure-properties-tool.jar com.mulesoft.tools.SecurePropertiesTool \
string \
encrypt \
<algorithm> \
<mode> \
<key> \
<value>
For example, to encrypt with AES/CBC:
java -cp secure-properties-tool.jar com.mulesoft.tools.SecurePropertiesTool \
string \
encrypt \
AES \
CBC \
myEncryptionKey123 \
"valueToEncrypt"
This gives you the same result as the web UI and works entirely offline.
005390307

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.