protect perl script code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr.Profeta
    Registered User
    • Mar 2004
    • 47

    #1

    protect perl script code

    Hi there,

    I coded some perl script and want to allow users to download it, just dont want that people change to code. Do you know some good way to protect the code? I know that php allow it, Im wondering if I can do it with perl scripts


    @@ NO SIGNATURE @@
  • WiredGuy
    Pounding Googlebot
    • Aug 2002
    • 34512

    #2
    perl2exe is a good solution for those windows/dos based users. It compiles your code into a binary.

    WG
    I play with Google.

    Comment

    • sweet7
      Confirmed User
      • May 2003
      • 1792

      #3
      Originally posted by Mr.Profeta
      Hi there,

      I coded some perl script and want to allow users to download it, just dont want that people change to code. Do you know some good way to protect the code? I know that php allow it, Im wondering if I can do it with perl scripts


      I know that you can compile your perl and create an exe. Never tried it though.

      How can you achieve this with php ?
      ICQ: 282814268

      Comment

      • senseidru
        Confirmed User
        • Sep 2002
        • 1767

        #4
        Originally posted by sweet7


        I know that you can compile your perl and create an exe. Never tried it though.

        How can you achieve this with php ?
        For php scripts you can encrypt them using a program like zend or ioncube, I use ioncube and it works brilliant. The server the scripts run on has to have the "loader" installed so it can run but that's not a problem.

        Comment

        • raymor
          Confirmed User
          • Oct 2002
          • 3745

          #5
          man perlcompile
          For historical display only. This information is not current:
          support@bettercgi.com ICQ 7208627
          Strongbox - The next generation in site security
          Throttlebox - The next generation in bandwidth control
          Clonebox - Backup and disaster recovery on steroids

          Comment

          • Pun
            Confirmed User
            • Oct 2003
            • 379

            #6
            open source for life...

            -Pun
            TrafficHolder.com - Buy/Sell Adult Traffic
            ICQ: 18771941

            Comment

            Working...