Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Carlos Cabral
1
Views
0
Comments
Enable Cryptography feature in OutSystems J2EE Platform
Question
To have the Cryptography feature working throughout OutSystems J2EE Platform it is necessary to update the default policy files with the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" provided by Sun Microsystems in the Java SE download section:
To acomplish the update issue the following tasks:
Download the JCE estension zip file.
Copy the zip file to the OutSystems Platform server machine.
Backup the following files from OutSystems Platform server machine:
JAVA_HOME_DIR/jre/lib/security/local_policy.jar
JAVA_HOME_DIR/jre/lib/security/US_export_policy.jar
The zip file contains
local_policy.jar
and
US_export_policy.jar
files. Extract the content of the zip file to directory "JAVA_HOME_DIR/jre/lib/security/".
Restart JBoss and OutSystems services.
Now the feature provided by the Crypto Extension is ready to be used.
Carlos Cabral
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...