Place where python3 use bytes/int and python2 str/str
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'