MewX / contendo-viewer-decryptor

The minimal codes for decrypting ConTenDo Viewer v1.6.3: https://github.com/MewX/contendo-viewer-v1.6.3

Home Page:https://www.mewx.org/blog/202103/worst-ebook-reader-platform-contendo-jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

The minimal codes for decrypting ConTenDo Viewer v1.6.3: https://github.com/MewX/contendo-viewer-v1.6.3

https://www.mewx.org/blog/202103/worst-ebook-reader-platform-contendo-jp/


Languages

Language:Java 100.0%