Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Compiling Perl / Python?, is there a way to compile perl/python?
freedomjazzdance
post 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.
Go to the top of the page
 
+Quote Post
machinamedia
post 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!
Go to the top of the page
 
+Quote Post
coolcat50
post 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
Spam Patrol



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.
Go to the top of the page
 
+Quote Post
marekdudek
post 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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Perl Help(1)
  2. First Perl Programm(5)
  3. Second Perl Programm(0)
  4. Perl Programms(0)
  5. Perl Programming(0)
  6. Using Mysql With Perl(1)
  7. Perl V.s. Php(5)
  8. Easy Authenication With Cgi/perl(0)
  9. Perl Progamming/scripting(3)
  10. Perl/cgi Help!(3)
  11. Perl Interview Questions(1)
  12. Xmlhttprequest And Perl(2)
  13. Matching Accents In Perl Regular Expresions(1)
  14. Call C Code From Perl(1)
  15. Few Perl Snippets For Misc Things(2)
  1. What Is Perl ? For A Layman Like Me !(7)
  2. Where Do I Install Perl Scripts?(6)
  3. Perl As A Way To Program Desktop Applications(8)
  4. Perl Interactive Mode(2)


 



- Lo-Fi Version Time is now: 26th July 2008 - 02:00 PM