pip install pyinstaller[encryption]. 安裝時添加額外依賴,運行時添加一個--key=...即可實現加密。key值是一個16字符的字符串,可以通過openssl來生成。
確定! 回上一頁