dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Home Page:http://pyarmor.dashingsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run pyarmor without encryption

chendu1993 opened this issue · comments

I'm just running "pyarmor gen" but the output comes encrypted by default. Even running "pyarmor gen --enable-rft" produces encrypted output by default. I want to be able to run pyarmor without encryption turned on to see what it is doing similar to how it is described here:
pyarmor_no_encryption

commented

Please check topic inside into RFT mode in the online doc.