![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need encrypt form | syamkp | Shell Programming and Scripting | 0 | 03-08-2008 01:51 AM |
| encrypt file | murad.jaber | SUN Solaris | 1 | 01-08-2008 05:29 AM |
| Encrypt and Decrypt script | shary | Shell Programming and Scripting | 9 | 12-11-2007 05:11 AM |
| Tr utility to Encrypt | frankthetank115 | Shell Programming and Scripting | 1 | 11-15-2005 01:29 AM |
| Help with encrypt function | giggi | High Level Programming | 1 | 03-16-2005 04:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
encrypt my sctipt
Hai ,
is there any encrypt machanishm to protect my script or logic? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It depends on what type of script you wish to encrypt. Is it a shell script or a Perl script or what?
|
|
#3
|
|||
|
|||
|
Shell Script and perl script .
|
|
#4
|
|||
|
|||
|
Google for obfuscation.
You could try to compile the scripts as well. General rule is that a script is a script. It must be in readable form for its parser. Before executing a script it must be a script, so it cannot be encrypted. |
|
#5
|
||||
|
||||
|
Protect it from what?
|
||||
| Google The UNIX and Linux Forums |