Results 1 to 2 of 2

Thread: how to Encrypt a shell script ?

  1. #1

    how to Encrypt a shell script ?

    I know shc can Encrypt a shell script.

    The Encrypted shell script can execute well ,and can't be seen the source code with vim

    But the problem is that I can't find shc in ipkg to Encrypt a shell script.

    Is there other way to Encrypt a shell script ?

    Please Help me ,thank you
    Last edited by ffrr; 27-08-2010 at 04:32.

  2. #2
    I find a temporary solution by use shc

    It not fully encrypt, the process can be seen by using "ps"

    Anyone has a better solution ??

    Code:
    #run the encrypted script
    $ ./test.sh.x
    
    #encrypt a shell script
    $ ./shc -r -f test.sh
    Attached Files Attached Files

Similar Threads

  1. Shell Script: Datei auf Router laden
    By bauerj in forum German Discussion - Deutsch (DE)
    Replies: 49
    Last Post: 19-10-2009, 16:20
  2. Ïîìîãèòå ïëç íàïèñàòü shell script
    By Break Action in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 2
    Last Post: 04-06-2009, 11:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •