从PDF文件中获取元数据的最佳模块或简单脚本是什么?对于python2.7,一切看起来都是这样,否则模块就不能工作了。我需要它才能让python 3.4.2工作。使用PyPDF2:raise utils.PdfReadError("file has not been decrypted")
PyPDF2.utils.PdfReadError: file has not been de
基于,我写了一个最小的工作示例来解密用AES CFB加密的字符串,然后用python3进行base64编码。当消息在golang中加密时,Golang解密工作正常(使用Golang doc示例中的加密函数)。但是,当我使用python加密包在python脚本中加密消息时,我无法在golang脚本中成功解密它。我得不到正确的字节。$ python3 stack.py
Going to encrypt and base64 "This is not encryp