github dashingsoft/pyarmor v5.1.1
Release 5.1.1

latest releases: v9.0.5, v9.0.4, v9.0...
5 years ago
  • Refine the procedure of encrypt script
  • Reform module pytransform.py
  • Fix issue: if no entry script, it will raise exception when obfuscating scripts
  • Fix issue: 'gbk' codec can't decode byte 0xa1 in position 28 (#51)
  • Add option --upgrade for command capsule
  • Merge runtime files pyshield.key, pyshield.lic and product.key into pytransform.key

Upgrade notes

The capsule created in this version will include a new file pytransform.key
which is a replacement for 3 old runtime files: pyshield.key,
pyshield.lic and product.key.

The old capsule which created in the earlier version still works, it
stills use the old runtime files. But it's recommended to upgrade the
old capsule to new version. Just run this command::

pyarmor capsule --upgrade

After that, all the scripts need to be obfuscated again. All the license files
generated for obfuscated scripts by old capsule still work.

Don't miss a new pyarmor release

NewReleases is sending notifications on new releases.