|
|
|
|
![]() ![]() |
Aug 3 2005, 12:03 PM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 16 Joined: 1-August 05 Member No.: 10,124 |
so im pretty new to programming in general, but these two languages i am even newer to.
I'm trying to find out if there is a way to compile a perl/python program so that it is encrypted, and the source could not be read. or are these languages just scripts? Thanks. |
|
|
|
Aug 18 2005, 10:40 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 106 Joined: 24-July 05 Member No.: 9,813 |
For Perl :
QUOTE Protect your valuable Perl source code from the prying eyes of the casual user! pENC's innovative encryption system allows certain types+ of perl script to be not only encrypted once. but multiple times! You can find it at: http://www.scriptsfinder.com/detailed/4.html Also you can read more about perl source encryption here: http://www.webmasterworld.com/forum13/3109.htm For Python No clue Cheers! |
|
|
|
Dec 19 2007, 10:42 PM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 281 Joined: 5-October 07 From: Random Places Member No.: 51,171 ![]() |
Perl programs can't be hidden that well to my knowledge. If you need really protected code, use C or C++ which must be compiled. Perl is a good beginner's lanuage, and is great because of CGI support. I do not know of a way to encrypt perl though. One way could be to make the directories of a program be executable only.
|
|
|
|
Dec 21 2007, 08:05 PM
Post
#4
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 21-December 07 From: Poland, Wrocław Member No.: 55,086 |
Python can produce *.pyc file for every *.py file. It is a bytecode so it's pretty unreadable althou it's done to load faster.
There are also *.pyo files, but they can cause trouble. Other thing is to produce *.exe executable from *.py. It can be done for Windows but not for Linux AFAIK. Hope that helps |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 26th July 2008 - 03:22 PM |