Here are the detailed instructions for decrypting the output that DOXRA generates for your codebase.
The doxraDecryptor-11.jar archive contains the JRE 11 version and should work with JRE version 11 to 21.
Download the Decryptor-11.jar here
The “Determine JRE Version” section below gives more details of JRE versions and decryptor versions, but in most cases doxraDecryptor-11.jar should work, and you may skip to “Your Encryption Key”.
To ensure the correct version of the decryptor is used, please check what version of the JRE you have installed. We recommend using the JRE that comes with SQL Developer.
jdk/jre
..\java -version
Please use the following link to down the appropriate Decryptor version.
The decryptor will use an encryption key to decrypt the archive.
Demo or trial users will need to request the encryption key from their account manager.
Registered customers can generate keys via the portal.
The decryptor uses the following positional command line parameters:
Decide where the decryptor will write its output archive to .
Copy and paste the following into a run script, and amend the JAVA_HOME
value as appropriate. Also amend the doxraDecryptor-11.jar
to whatever was downloaded.
The following will run in test mode:
set JAVA_HOME=K:\Oracle\Development\sqldeveloper-21\jdk\jre
%JAVA_HOME%\bin\java -version
echo
echo
%JAVA_HOME%\bin\java -cp "doxraDecryptor-11.jar" docraDecryptor INPUT.enc OUTPUT.zip ENC_KEY
Doxra Decryptor v1.0.5
Completed