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