Commit Graph

2 Commits (316627362295a851bf82e52ac510b86c5ea1ac62)

Author SHA1 Message Date
Rémi Vanicat 3166273622 modernizing ineptepub.
decrypting as python2 work
failing with python3:
  File "ineptepub.py", line 424, in decryptBook
    bookkey = rsa.decrypt(bookkey.decode('base64'))
AttributeError: 'str' object has no attribute 'decode'
4 years ago
Apprentice Harper 92bf51bc8f Remove stand-alone apps. Only support the two plugins. 5 years ago