DRM-removal Tools

Available via https://hub.docker.com/r/ryanfb/inaudible, https://github.com/ryanfb/docker_inaudible_rainbowcrack and https://github.com/inAudible-NG/tables

inaudible
#!/bin/bash
# You can also skip/override computing the activation bytes with rainbowcrack
# by passing them in with the ACTIVATION_BYTES environment variable.
 
if [ -n "${ACTIVATION_BYTES}" ]; then
  ARGS="-e ACTIVATION_BYTES=${ACTIVATION_BYTES}"  
fi
 
docker run ${ARGS} --rm -v $(pwd):/data ryanfb/inaudible
gs -dNOPAUSE -dBATCH -q -sDEVICE=pdfwrite -sPDFPassword=${PDF_PASSWORD} -sOutputFile=${OUTPUT_PDF} -f ${INPUT_PDF}
FilenameFilesizeLast modified
docker_inaudible_rainbowcrack-master.zip2.5 KiB2021-12-26 22:23
inaudible-ng--tables-master.zip46.9 MiB2021-12-26 22:23
  • Last modified: 2023-10-13 12:33
  • by Peter