22
33Pyarmor is a command line tool used to import or run encrypted python
44scripts. Only by a few extra files, pyarmor can run and imported
5- encrypted files in the normal python environments. Here are the basic
6- steps:
7-
8- - Generate project capsule
9- - Encrypt python scripts with project capsule
10- - Copy project capsule and encrypted scripts to runtime environments.
5+ encrypted files in the normal python environments.
116
127Pyarmor just likes an enhancement which let python could run or import
138encrypted files.
@@ -16,7 +11,7 @@ encrypted files.
1611
1712- Run encrypted script or import encrypted module
1813- Run or import encrypted compiled python files (.pyc, .pyo)
19- - Mixed encrypted files with normal python files.
14+ - Mixed encrypted files with normal python files.
2015- Expire encrypted files
2116- Bind encrypted files to harddisk
2217
@@ -26,9 +21,6 @@ encrypted files.
2621
2722- Prebuilt Platform: win32, win_amd64, linux_i386, linux_x86_64
2823
29- Got prebuilt library [ platforms.zip] ( https://github.com/dashingsoft/pyarmor/releases/latest ) ,
30- then extract it to src of Pyarmor
31-
3224The core of [ Pyarmor] is written by C, the only dependency is libc. So
3325it's not difficult to build for any other platform, even for embeded
3426system. Contact <
[email protected] > if you'd like to run encrypted
@@ -46,7 +38,9 @@ common python script
4638 python pyarmor.py
4739```
4840
49- For more information, refer to [ pyarmor homepage] ( https://github.com/dashingsoft/pyarmor )
41+ ## Web App
42+
43+ Pyarmor Web App is a gui interface of Pyarmor, visit [ Pyarmor Web App Online Version] ( http://pyarmor.dashingsoft.com:9096 )
5044
5145## [ Usage] ( src/usage.md )
5246
0 commit comments