DOXRA Document Decryptor

Here are the detailed instructions for decrypting the output that DOXRA generates for your codebase.

Downloading the DECRYPTOR

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”.

Determine JRE Version

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.

Please use the following link to down the appropriate Decryptor version.

JRE Version Decryptor File Decryptor Link
11 doxraDecryptor-11.jar click to download
17 doxraDecryptor-17.jar click to download
19 doxraDecryptor-19.jar click to download
21 doxraDecryptor-21.jar click to download

Your Encryption Key

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.

DECRYPtor Parameters

The decryptor uses the following positional command line parameters:

Parameter No. Description
1 Input encrupted archive file
2 Output decrypted archive file
3 Encryption Key

Running The DECRYPtor

Decide Location of Output

Decide where the decryptor will write its output archive to .

Create a Run Script

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

OUTPUT

The decryptor prints the following to the console:
Doxra Decryptor v1.0.5
Completed
The specified output ZIP file will be a standard ZIP archive containing the generated documentation.
Unzip this using standard utilities, and the following folder structure will be created.
.
assets
icons
images
html
md
static
css
js
templates
file_viewer.html
Naviage to the templates folder and open the `file_viewer.html` page in your browser.