Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

MewX/contendo-viewer-decryptor

Repository files navigation

This repo is used to support analysing the worst platform I've ever used - Contendo.

To update file list:

$ find -name "*.java" > sources.txt

To compile everything:

$ javac @sources.txt

To run the Main class:

$ java Main

To decrypt a directory (unpacked epub) or single file:

  1. you would need to find the decryption key from info file using Main class.

  2. update the Decrypt key in Decrypt.java and run:

    $ java Decrypt <source_dir> <destionation_dir>